🔰 Model Context Protocol Badges
徽章有四种类型:default、server、client和dev。default类型支持状态参数,server和client类型都支持特性参数。
Default Badges
<img src="https://badge.mcpx.dev" title="MCP"/>
Default Badges With Status
<img src="https://badge.mcpx.dev?status=on" title="MCP Enabled"/>
<img src="https://badge.mcpx.dev?status=off" title="MCP Disabled"/>
Server Badges
<img src="https://badge.mcpx.dev?type=server" title="MCP Server"/>
<img src="https://badge.mcpx.dev?type=server&features=resources,tools" title="MCP server with features/>-
MCP Server 接受的 features 参数
- resources
- prompts
- tools
- sampling
Client Badges
<img src="https://badge.mcpx.dev?type=client" title="MCP Client"/>
<img src="https://badge.mcpx.dev?type=client&features=prompts,tools" title="MCP client with features"/>-
MCP Client 接受的 features 参数
- resources
- prompts
- tools
- sampling
- roots
Dev Badges
推荐用于所有与 MCP 开发相关的项目,包括工具、框架等。
<img src="https://badge.mcpx.dev?type=dev" title="MCP Dev"/>