@open-resource-discovery/mcp-server-card-ui
v0.2.1
Published
A UI component for visualizing and validating MCP Server Cards, and for testing MCP server capabilities using the server card definition.
Maintainers
Readme
MCP Server Card UI
UI components for editing, viewing, and testing servers that implement the MCP Protocol.
👉 LIVE DEMO: https://open-resource-discovery.github.io/mcp-server-card-ui/playground
Getting Started
npm
npm install @open-resource-discovery/mcp-server-card-uiQuick Start
import { MCPServerPlayground } from "@open-resource-discovery/mcp-server-card-ui";
import "@open-resource-discovery/mcp-server-card-ui/styles";
function App() {
return (
<div style={{ height: "100vh" }}>
<MCPServerPlayground
onServerCardChange={(json, parsed) => console.log(parsed?.name)}
/>
</div>
);
}Contributing
Please see CONTRIBUTING.md for details on how to contribute to this project.
License
Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.
