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
64e6c4afbbcb154d331d64a682b5b641c8007271
codex/codex-rs/mcp-types
T
Gabriel Peal 8636bff46d Set a user agent suffix when used as a mcp server (#3395)
This automatically adds a user agent suffix whenever the CLI is used as
a MCP server
8636bff46d ยท 2025-09-10 02:32:57 +00:00
History
..
schema
chore: support MCP schema 2025-06-18 (#1621)
2025-07-19 00:09:34 -04:00
src
Set a user agent suffix when used as a mcp server (#3395)
2025-09-10 02:32:57 +00:00
tests
Set a user agent suffix when used as a mcp server (#3395)
2025-09-10 02:32:57 +00:00
Cargo.toml
Generate more typescript types and return conversation id with ConversationSummary (#3219)
2025-09-08 17:54:47 -04:00
generate_mcp_types.py
chore: add TS annotation to generated mcp-types (#2424)
2025-08-18 09:38:47 -07:00
README.md
chore: support MCP schema 2025-06-18 (#1621)
2025-07-19 00:09:34 -04: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-06-18/basic:

  • 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
Reference in New Issue View Git Blame Copy Permalink