Logo
Explore
Register Sign In
agent/codex
2
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
a06d4f58e4ef0ce0ee6b4e7322bbb23594d69071
codex/codex-rs/mcp-types
T
Michael Bolin a06d4f58e4 chore: clean up generate_mcp_types.py so codegen matches existing output (#1620)
a06d4f58e4 ยท 2025-07-18 21:40:39 -04:00
History
..
schema/2025-03-26
feat: introduce mcp-types crate (#787)
2025-05-02 13:33:14 -07:00
src
codex-rs: make tool calls prettier (#1211)
2025-06-03 14:29:26 -07:00
tests
Disallow expect via lints (#865)
2025-05-12 08:45:46 -07:00
Cargo.toml
Workspace lints and disallow unwrap (#855)
2025-05-08 09:46:18 -07:00
generate_mcp_types.py
chore: clean up generate_mcp_types.py so codegen matches existing output (#1620)
2025-07-18 21:40:39 -04: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