Commit Graph

230 Commits

Author SHA1 Message Date
Den Delimarsky
8fffb2f746 feat(plugin): mcp-server-dev — close remote-path dead-end with deploy/test/connect guidance
The remote HTTP path (starred default) previously ended at localhost:3000
with no next steps. Adds CF Workers deploy reference, Inspector test
commands, user-connection guide, and a versions ledger. Swaps the
build-mcp-app scaffold from stdio to streamable-HTTP to match the
remote-first stance.
2026-03-19 01:50:36 +00:00
Den Delimarsky
68c9a9a4ed Merge remote-tracking branch 'origin/staging' into add-plugin/mcp-server-dev
# Conflicts:
#	.claude-plugin/marketplace.json
2026-03-19 01:35:20 +00:00
Den Delimarsky
48a018f27a fix(plugin): mcp-server-dev — correct APIs against spec, add missing primitives
Corrects fabricated/deprecated APIs: ext-apps App class model (not embedded
resources), real MCPB v0.4 manifest (no permissions block exists), registerTool
(not server.tool), @anthropic-ai/mcpb package name, CIMD preferred over DCR.

Adds missing spec coverage: resources, prompts, elicitation (with capability
check + fallback), sampling, roots, tool annotations, structured output,
instructions field, progress/cancellation.
2026-03-18 22:53:38 +00:00
Tobin South
20a2871e28 Add zoominfo plugin to marketplace (#732)
Co-authored-by: Claude <noreply@anthropic.com>
2026-03-18 21:07:54 +00:00
Tobin South
f7ba55786d add(plugin): mcp-server-dev — skills for building MCP servers
Three skills guiding developers through MCP server design:
- build-mcp-server: entry-point decision guide (remote HTTP vs MCPB vs local)
- build-mcp-app: interactive UI widgets rendered in chat
- build-mcpb: bundled local servers with runtime

Includes reference files for scaffolds, tool design, auth (DCR/CIMD),
widget templates, manifest schema, and local security hardening.
2026-03-18 11:28:09 -07:00
Tobin South
eea770ef4b Merge main into staging 2026-03-18 10:10:58 -07:00
Tobin South
5b4fbc76a5 Merge PR #716: add-plugin/ai-plugins into staging 2026-03-18 09:59:09 -07:00
Tobin South
af77fc06ec Merge PR #715: add-plugin/remember into staging 2026-03-18 09:59:08 -07:00
Tobin South
7348f7db8b Merge PR #714: add-plugin/voila-api into staging 2026-03-18 09:59:07 -07:00
Tobin South
13c07be30f Merge PR #713: add-plugin/postiz into staging 2026-03-18 09:59:06 -07:00
Tobin South
0858040989 Merge PR #712: add-plugin/nightvision into staging 2026-03-18 09:59:05 -07:00
Tobin South
a60f3967f7 Merge PR #711: add-plugin/product-tracking-skills into staging 2026-03-18 09:59:04 -07:00
Tobin South
2d086a4d92 Merge PR #710: add-plugin/ai-firstify into staging 2026-03-18 09:59:03 -07:00
Tobin South
f0cdcea882 Merge PR #709: add-plugin/atlan into staging 2026-03-18 09:59:02 -07:00
Tobin South
54c3ce9309 Merge PR #708: add-plugin/helius into staging 2026-03-18 09:59:01 -07:00
Tobin South
00c3276192 Merge PR #707: add-plugin/aikido into staging 2026-03-18 09:59:01 -07:00
Tobin South
bc3e363023 Merge PR #706: add-plugin/searchfit-seo into staging 2026-03-18 09:59:00 -07:00
Tobin South
087bd50cb5 Merge PR #705: add-plugin/opsera-devsecops into staging 2026-03-18 09:58:59 -07:00
Tobin South
458ca6044b Merge PR #704: add-plugin/firetiger into staging 2026-03-18 09:58:58 -07:00
Tobin South
9fd5306294 Merge PR #703: add-plugin/optibot into staging 2026-03-18 09:58:57 -07:00
Tobin South
d324d0b053 Merge PR #702: add-plugin/elixir-ls-lsp into staging 2026-03-18 09:58:56 -07:00
Tobin South
c60b1dc6e7 Merge PR #701: add-plugin/goodmem into staging 2026-03-18 09:58:55 -07:00
Tobin South
d35bfa9984 Merge PR #700: add-plugin/data-engineering into staging 2026-03-18 09:58:54 -07:00
Tobin South
e0db9f39c6 Merge PR #699: add-plugin/fiftyone into staging 2026-03-18 09:58:53 -07:00
Tobin South
a376d6d6f6 Merge PR #698: add-plugin/brightdata-plugin into staging 2026-03-18 09:58:52 -07:00
Tobin South
da3d0c3a47 Merge PR #697: add-plugin/followrabbit into staging 2026-03-18 09:58:51 -07:00
Tobin South
7fe4d1ef04 Merge PR #696: add-plugin/nimble into staging 2026-03-18 09:58:50 -07:00
Tobin South
d413067b7e Merge PR #695: add-plugin/wordpress.com into staging 2026-03-18 09:58:49 -07:00
Tobin South
a4f11db462 Merge PR #694: add-plugin/cloudinary into staging 2026-03-18 09:58:48 -07:00
Tobin South
665abc68a1 Merge PR #693: add-plugin/fastly-agent-toolkit into staging 2026-03-18 09:58:47 -07:00
Tobin South
ed0e76e6cb Merge PR #692: add-plugin/prisma into staging 2026-03-18 09:58:46 -07:00
Tobin South
da050f2a1a Merge PR #691: add-plugin/cockroachdb into staging 2026-03-18 09:58:23 -07:00
Tobin South
6b70f99f76 docs(plugin-dev): deprecate commands/ in favor of skills/<name>/SKILL.md (#717)
P0 follow-up for EA-471. Updates plugin-dev teaching materials to stop
recommending the commands/ directory layout for new plugins:

- command-development/SKILL.md: add legacy banner at top pointing to
  skills/ format
- create-plugin.md: update scaffolding to create skills/<name>/SKILL.md
  instead of commands/; mark commands/ as acceptable legacy alternative;
  update all examples, tables, and testing instructions
- example-plugin: migrate example-command to skills/example-command/SKILL.md;
  keep commands/example-command.md with a legacy-format note; update README
  to reflect new preferred structure

Both formats remain loaded identically — this is a documentation change only.

Refs: anthropics/apps#26827

Co-authored-by: Henry Shi <henrys@anthropic.com>
2026-03-17 22:45:25 +00:00
Tobin South
2d4680c1e7 Rename data->astronomer-data-agents, rc->revenuecat (#686)
Match canonical names in claude-plugins-community. Only the name field
changes; description, source, SHA, and homepage were already identical.
2026-03-17 22:36:29 +00:00
Tobin South
b9c6471ce1 Add ai-plugins to marketplace 2026-03-17 13:31:36 -07:00
Tobin South
f07b4b257f Add remember to marketplace 2026-03-17 13:31:27 -07:00
Tobin South
967638e1b5 Add voila-api to marketplace 2026-03-17 13:31:19 -07:00
Tobin South
296cd3b36c Add postiz to marketplace 2026-03-17 13:31:11 -07:00
Tobin South
239340ab3d Add nightvision to marketplace 2026-03-17 13:31:04 -07:00
Tobin South
01d24623f9 Add product-tracking-skills to marketplace 2026-03-17 13:30:56 -07:00
Tobin South
35bc952efe Add ai-firstify to marketplace 2026-03-17 13:30:49 -07:00
Tobin South
862eec6a3d Add atlan to marketplace 2026-03-17 13:30:41 -07:00
Tobin South
42c5575a7c Add helius to marketplace 2026-03-17 13:30:33 -07:00
Tobin South
388d631c99 Add aikido to marketplace 2026-03-17 13:30:25 -07:00
Tobin South
d16f2a3c99 Add searchfit-seo to marketplace 2026-03-17 13:30:17 -07:00
Tobin South
5945a539b3 Add opsera-devsecops to marketplace 2026-03-17 13:30:07 -07:00
Tobin South
76fda83633 Add firetiger to marketplace 2026-03-17 13:29:59 -07:00
Tobin South
987d0f4b2e Add optibot to marketplace 2026-03-17 13:29:50 -07:00
Tobin South
f48826bbfb Add elixir-ls-lsp to marketplace 2026-03-17 13:29:42 -07:00
Tobin South
4a928b7b6d Add goodmem to marketplace 2026-03-17 13:29:34 -07:00