Add manifest.json, tool annotations, and privacy policy for Anthropic Connector listing#8
Draft
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
… Connector listing - Add manifest.json per DXT spec v0.3 with author, server config, user_config, and privacy_policies - Add title and readOnlyHint annotations to all 72 tools across 15 files - Add Privacy Policy section to README.md referencing https://www.pexcard.com/legal/privacy-policy/ Addresses user stories #136503, #136504, #136505 under feature #136502. Co-Authored-By: tbaker@pexcard.com <tbaker@pexcard.com>
Contributor
Author
Original prompt from tbaker@pexcard.com
|
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses three of four gaps identified for listing the PEX MCP server as an Anthropic Connector in the Claude Connectors Directory:
manifest.json (#136503) — New
manifest.jsonat repo root per DXT spec v0.3. Includes author, server config,user_configforPEX_API_URLandPEX_API_TOKEN, license, andprivacy_policies.Tool annotations (#136504) — Added
title(human-readable) andannotations: { readOnlyHint: true }to all 72 tools across 15 files, per the submission requirements.Privacy Policy (#136505) — Added "Privacy Policy" section to README.md pointing to the existing PEX Privacy Policy. The
privacy_policiesarray is also included inmanifest.json.Gap #4 (OAuth 2.0) requires PEX API-side changes and is not included in this PR.
Review & Testing Checklist for Human
manifest.jsonfields match your org details (author name/url, description, version)titleandreadOnlyHintannotations look correctnpm run buildpasses locallyprivacy_policiesURL in manifest.json is the correct corporate policy linknpx @anthropic-ai/dxt packNotes
pex_prefix, convert snake_case to Title Case (e.g.pex_get_business_profile→ "Get Business Profile")Link to Devin session: https://app.devin.ai/sessions/103b3af5bef2488787e9e1a76f100ae4
Requested by: @tybaker