Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This change was submitted despite me reading the rules and understanding AI cont

### Documentation Guidelines

- When creating flowcharts, and graphs to visualize aspect of the protocol, use mermaid diagrams where
- When creating flowcharts and graphs to visualize aspects of the protocol, use mermaid diagrams where
possible.
- When writing tables, ensure column headers and columns are aligned with whitespace.
- Before pushing or creating PR's ensure that `npm run prep` is free of warnings and errors.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This repo contains the:
- MCP protocol schema
- Official MCP documentation

The schema is [defined in TypeScript](schema/2025-11-25/schema.ts) first, but
[made available as JSON Schema](schema/2025-11-25/schema.json) as well, for wider
The schema is [defined in TypeScript](schema/2026-07-28/schema.ts) first, but
[made available as JSON Schema](schema/2026-07-28/schema.json) as well, for wider
compatibility.

The official MCP documentation is built using Mintlify and available at
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "SEE LICENSE IN LICENSE",
"author": "Model Context Protocol a Series of LF Projects, LLC. (https://modelcontextprotocol.io)",
"homepage": "https://modelcontextprotocol.io",
"bugs": "https://github.com/modelcontextprotocol/specification/issues",
"bugs": "https://github.com/modelcontextprotocol/modelcontextprotocol/issues",
"engines": {
"node": ">=24"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/sep-automation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modelcontextprotocol/sep-automation",
"version": "1.0.0",
"description": "SEP lifecycle automation for modelcontextprotocol/specification",
"description": "SEP lifecycle automation for modelcontextprotocol/modelcontextprotocol",
"type": "module",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading