2025-05-02 13:33:14 -07:00
|
|
|
# mcp-types
|
|
|
|
|
|
|
|
|
|
Types for Model Context Protocol. Inspired by https://crates.io/crates/lsp-types.
|
|
|
|
|
|
2025-07-19 00:09:34 -04:00
|
|
|
As documented on https://modelcontextprotocol.io/specification/2025-06-18/basic:
|
2025-05-02 13:33:14 -07:00
|
|
|
|
2025-07-19 00:09:34 -04:00
|
|
|
- TypeScript schema is the source of truth: https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/schema/2025-06-18/schema.ts
|
|
|
|
|
- JSON schema is amenable to automated tooling: https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/schema/2025-06-18/schema.json
|