Logo
Explore
Register Sign In
agent/codex
1
0
Fork 0
You've already forked codex
mirror of https://github.com/pchuan98/codex.git synced 2026-07-01 00:31:56 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
9da6ebef3fd6fa10e2cf4e3535ad16cf04d2a5c9
codex/codex-rs/mcp-types
T
jcoens-openai a080d7b0fd Update submodules version to come from the workspace (#850)
Tie the version of submodules to the workspace version.
a080d7b0fd ยท 2025-05-07 10:08:06 -07:00
History
..
schema/2025-03-26
feat: introduce mcp-types crate (#787)
2025-05-02 13:33:14 -07:00
src
Update cargo to 2024 edition (#842)
2025-05-07 08:37:48 -07:00
tests
Update cargo to 2024 edition (#842)
2025-05-07 08:37:48 -07:00
Cargo.toml
Update submodules version to come from the workspace (#850)
2025-05-07 10:08:06 -07:00
generate_mcp_types.py
feat: introduce mcp-server crate (#792)
2025-05-02 17:25:58 -07:00
README.md
feat: introduce mcp-types crate (#787)
2025-05-02 13:33:14 -07:00

README.md

mcp-types

Types for Model Context Protocol. Inspired by https://crates.io/crates/lsp-types.

As documented on https://modelcontextprotocol.io/specification/2025-03-26/basic:

  • TypeScript schema is the source of truth: https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/schema/2025-03-26/schema.ts
  • JSON schema is amenable to automated tooling: https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/schema/2025-03-26/schema.json
Reference in New Issue View Git Blame Copy Permalink