9 Commits

Author SHA1 Message Date
Den Delimarsky 58da91d19d Fix dead MCP server URLs in bundled plugins (apollo, outreach, datadog; remove servicenow) (#238)
- sales: apollo api.apollo.io/mcp -> mcp.apollo.io/mcp
- sales: outreach mcp.outreach.io/mcp -> api.outreach.io/mcp/
- engineering: datadog mcp.datadoghq.com/mcp -> mcp.datadoghq.com/api/unstable/mcp-server/mcp
- operations: remove servicenow (mcp.servicenow.com does not resolve;
  ServiceNow's MCP server is per-instance, no shared hosted URL exists)

All replacement URLs verified live (401/405 on bare GET, i.e. endpoint
exists and is auth-gated / POST-only). All replaced URLs verified dead
(404 or DNS NXDOMAIN). gcal/gmail intentionally untouched; see PR body.
2026-05-19 04:57:22 +01:00
Tejas Dharani 8f9d2d9300 fix(engineering): correct GitHub MCP server URL (#172)
api.github.com/mcp returns 404 — the route does not exist.
Correct endpoint is api.githubcopilot.com/mcp/ (verified from
claude-plugins-official/external_plugins/github/.mcp.json).

Fixes #168
2026-04-26 20:00:29 +01:00
Basil Hosmer 39a57c5c8e fix(mcp): add Slack OAuth clientId to all role plugins
Slack's auth server does not support dynamic client registration, so a
bare {type, url} config fails in Claude Code with "Incompatible auth
server: does not support DCR" before the OAuth prompt appears.

Cowork/Desktop resolve these via the claude.ai connector directory and
don't hit this, but Claude Code does raw OAuth against the URL. The
broken entry also shadows the working claude.ai Slack passthrough
(manual > plugin > claude.ai dedup), so users lose Slack entirely.

Adds the same oauth.{clientId, callbackPort} block already present in
partner-built/slack/.mcp.json to all 12 role plugins.

Refs: anthropics/claude-code#38229
2026-04-23 11:54:32 -04:00
lee-weisberger 3b505c1046 Rename google-calendar MCP key and clear gmail/gcal URLs (#184)
Across all plugin .mcp.json files:
- Rename "google-calendar" key to "google calendar"
- Replace gmail and google calendar URLs with empty string placeholders
2026-04-21 16:05:35 -04:00
Matt Piccolella 7b2ea8ea53 Bump plugin versions after commands-to-skills migration
Bump minor version across all 14 plugins to reflect the migration
from commands/ to skills/ format shipped in the previous merge.
2026-03-13 11:51:33 -07:00
Matt Piccolella 2d6f7e22dd Migrate commands to skills across all plugins
- Convert all commands/*.md files to skills/*/SKILL.md format
- Merge 36 reference-skill pairs into their invokable counterparts
- Mark reference-only skills as user-invocable: false
- Expand descriptions for migrated skills with usage scenarios
- Keep partner-built/ commands as-is
- Remove bio-research from marketplace.json
2026-03-13 08:57:57 -07:00
Matt Piccolella b3b34df654 Bump version to 1.1.0 for plugins with google-calendar and gmail MCPs 2026-02-24 09:38:33 -05:00
Matt Piccolella 732a3558e5 Add google-calendar and gmail MCPs to plugins (#77) 2026-02-24 09:23:49 -05:00
Matt Piccolella 4fa3cb92e2 Big round of pushes 2026-02-23 19:08:12 -05:00