Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
9de070e
mcp-spec: add /draft-sep skill
localden Mar 15, 2026
6eab0e0
draft-sep: add Extensions Track as fourth SEP type
localden Mar 15, 2026
e8b1b6f
draft-sep: ask for sponsor during interview
localden Mar 17, 2026
acc9bfb
Update plugins/mcp-spec/skills/draft-sep/SKILL.md
localden Mar 28, 2026
522cc73
docs: update VS Code client entry with current MCP capabilities
Apr 4, 2026
daaae50
Merge branch 'main' into den/draft-sep-skill
localden Apr 8, 2026
5a5e20f
fix: address SEP guidelines conformance issues in /draft-sep skill
localden Apr 8, 2026
9e907c9
fix: address round-2 review findings in /draft-sep skill
localden Apr 8, 2026
2553c56
fix: address round-3 review findings (explanatory text only)
localden Apr 8, 2026
8f94645
Merge remote-tracking branch 'origin/main' into den/draft-sep-skill
localden Apr 8, 2026
9574cb2
fix: drop stale CI attribution to SEP-1850; include Interest Groups
localden Apr 8, 2026
ca49c27
Merge branch 'main' into users/digitarald/update-vscode-client
digitarald Apr 13, 2026
8d7ed57
Merge pull request #2517 from digitarald/users/digitarald/update-vsco…
dsp-ant Apr 13, 2026
76775c6
docs(community): add Skills Over MCP IG charter (#2568)
olaservo Apr 14, 2026
b51b39d
SEP-2243 HTTP Standardization (#2243)
mikekistler Apr 15, 2026
bfc56ba
Fix `linguist-generated` paths for rendered SEP docs (#2581)
jonathanhefner Apr 15, 2026
4a04d4c
docs(spec): restore tool-name disambiguation note dropped in #2243 (#…
localden Apr 16, 2026
044dc64
docs: Update `mcpc` MCP CLI client with new capabilities in Example C…
jancurn Apr 16, 2026
f8f7a68
docs(community): convert Skills Over MCP IG to Working Group (#2586)
olaservo Apr 16, 2026
cb9f986
feat: expose MCP skills via .well-known/agent-skills/ discovery endpoint
olaservo Apr 16, 2026
2613b94
Merge branch 'main' into feature/add-official-mcp-skills-to-well-know…
olaservo Apr 16, 2026
aa3a0e9
Merge branch 'main' into den/draft-sep-skill
localden Apr 17, 2026
3c73778
Address review: gate before interview, harden Phase 6 recipe
localden Apr 17, 2026
4c6fc0a
Polish: drop section-name list, fix TEMPLATE.md PR URL, sync README
localden Apr 17, 2026
3cff872
Regenerate docs.json (formatting drift from main merge)
localden Apr 17, 2026
055edf5
Clarify single Core Maintainer approval for WG charter PR
dsp-ant Apr 17, 2026
a81407c
Merge pull request #2592 from modelcontextprotocol/davidsp/sep2149-cl…
dsp-ant Apr 17, 2026
ced4210
update docs.json to fix CI
dsp-ant Apr 17, 2026
4771e1d
Merge branch 'main' into feature/add-official-mcp-skills-to-well-know…
olaservo Apr 17, 2026
38986ea
Make fork-based contribution the first-class path
localden Apr 17, 2026
d05a49b
Merge pull request #2589 from modelcontextprotocol/feature/add-offici…
cliffhall Apr 17, 2026
f25173a
Merge pull request #2410 from modelcontextprotocol/den/draft-sep-skill
cliffhall Apr 17, 2026
bf80cf9
fix: use directory symlink so Mintlify indexes the search-mcp-github …
olaservo Apr 17, 2026
dd55d98
rename SEP, make updates, and regenerate docs
CaitieM20 Apr 18, 2026
8ae0c8b
Merge branch 'main' of https://github.com/caitiem20/modelcontextproto…
CaitieM20 Apr 18, 2026
99dc228
merge upstream
CaitieM20 Apr 18, 2026
fa5a4ed
docs: auto-render SEPs documentation
github-actions[bot] Apr 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package-lock.json linguist-generated=true
schema/*/schema.json linguist-generated=true
docs/specification/*/schema.md linguist-generated=true
docs/specification/*/schema.mdx linguist-generated=true
docs/community/seps/index.mdx linguist-generated=true
docs/community/seps/[0-9]*.mdx linguist-generated=true
docs/seps/index.mdx linguist-generated=true
docs/seps/[0-9]*.mdx linguist-generated=true
1 change: 1 addition & 0 deletions docs/.mintlify/skills/search-mcp-github
36 changes: 21 additions & 15 deletions docs/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1519,20 +1519,24 @@ mcp-use is an open source python library to very easily connect any LLM to any M
</McpClient>

<McpClient
name="mcpc"
name="mcpc MCP CLI client"
homepage="https://github.com/apify/mcpc"
supports="Resources, Prompts, Tools, Discovery, Instructions"
supports="Resources, Prompts, Tools, Discovery, Instructions, Tasks, CIMD, DCR"
>

`mcpc` is a universal CLI client for MCP that maps MCP operations to intuitive commands for interactive shell use, scripts, and AI coding agents.
`mcpc` is a universal command-line client for MCP. It maps MCP operations to intuitive CLI commands, giving AI coding agents full protocol access through a single `Bash()` tool call. It works with any MCP server over Streamable HTTP or stdio, with or without a config file. Agents discover commands through `--help` without needing external skills, while MCP handles remote concerns like server discovery, authentication, payments, and access control.

**Key features:**

- Swiss Army knife for MCP: supports stdio and streamable HTTP, server config files and zero config, OAuth 2.1, HTTP headers, and main MCP features.
- Persistent sessions for interaction with multiple servers simultaneously.
- Structured text output enables AI agents to explore and interact with MCP servers.
- JSON output and schema validation allow stable integration with other CLI tools, scripting, and MCP **code mode** in a shell.
- Proxy MCP server to provide AI code sandboxes with secure access to authenticated MCP sessions.
- **Code mode in the shell:** `--json` output composes with `jq`, `xargs`, and shell pipelines for writing MCP workflows as shell scripts, which can be more accurate and token-efficient than tool calling. `--schema` validates tool schemas against snapshots to detect breaking changes.
- **Progressive tool discovery:** `grep` searches tools, resources, and prompts across all active sessions with regex, so agents load only relevant tools into context.
- **Full MCP coverage:** tools, resources (including subscriptions and templates), prompts, instructions, async tasks with progress tracking and cancellation, list-change notifications, pagination, and logging control.
- **Persistent sessions:** maintain multiple simultaneous server connections via named `@sessions`, with automatic reconnection and health monitoring.
- **Authentication:** OAuth 2.1 with PKCE and dynamic client registration, bearer tokens, multiple named profiles per server, and secure credential storage in the OS keychain.
- **AI sandboxing:** built-in MCP proxy server (`--proxy`) exposes authenticated sessions to AI-generated code without leaking credentials.
- **Interactive shell:** `shell` command provides a REPL with command history, arrow-key navigation, and in-session help for exploratory server testing.
- **x402 payments (experimental):** autonomous USDC payments on Base blockchain, letting AI agents pay for tool calls via the HTTP 402 protocol.
- **Lightweight and cross-platform:** no LLM required, minimal dependencies, production-ready. Runs on macOS, Windows, and Linux. Install via `npm install -g @apify/mcpc`.

</McpClient>

Expand Down Expand Up @@ -2259,19 +2263,21 @@ v0 turns your ideas into fullstack apps, no code required. Describe what you wan
<McpClient
name="VS Code GitHub Copilot"
homepage="https://code.visualstudio.com/"
supports="Resources, Prompts, Tools, Discovery, Sampling, Roots, Elicitation, Instructions, Apps, CIMD, DCR"
supports="Resources, Prompts, Tools, Discovery, Sampling, Roots, Elicitation, Instructions, Apps, CIMD, DCR, Tasks"
instructions="https://code.visualstudio.com/docs/copilot/customization/mcp-servers"
>

VS Code integrates MCP with GitHub Copilot through [agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode), allowing direct interaction with MCP-provided tools within your agentic coding workflow. Configure servers in Claude Desktop, workspace or user settings, with guided MCP installation and secure handling of keys in input variables to avoid leaking hard-coded keys.
VS Code integrates MCP with GitHub Copilot [agents](https://code.visualstudio.com/docs/copilot/agents/overview), which plan, write code, and verify results across your project. Install MCP servers from the built-in gallery or configure them in workspace (`.vscode/mcp.json`) or user settings, with secure handling of keys via input variables.

**Key features:**

- Support for stdio and server-sent events (SSE) transport
- Per-session selection of tools per agent session for optimal performance
- Easy server debugging with restart commands and output logging
- Tool calls with editable inputs and always-allow toggle
- Integration with existing VS Code extension system to register MCP servers from extensions
- MCP server gallery in the Extensions view for one-click install and discovery
- Support for stdio, SSE, and streamable HTTP transports
- Sandbox mode for stdio servers on macOS and Linux to restrict file system and network access
- MCP Apps for interactive UI components like forms and visualizations rendered in chat
- Per-session tool selection, editable inputs, and auto-approve toggle
- Enterprise management of MCP server access via GitHub policies
- Settings Sync support to share MCP configuration across devices

</McpClient>

Expand Down
Loading
Loading