timemasheen commited on
Commit
daa3e26
·
1 Parent(s): 400fb3c

Update protocol spec and guide to v2.1 - Nov 30, 2025 (hackathon submission)

Browse files
docs/guide_progressive_disclosure_implementation.md CHANGED
@@ -2,8 +2,8 @@
2
 
3
  **Extension Name:** Model Context Protocol (MCP) - Progressive Disclosure for Tool Descriptions
4
  **Companion Specification:** `spec_mcp_progressive_disclosure_v2_0.md`
5
- **Version:** 2.0
6
- **Last Updated:** 2025-11-10
7
 
8
  ---
9
 
@@ -868,5 +868,5 @@ If you encounter problems not covered in this guide, please:
868
  3. Test with minimal examples
869
  4. Share findings with the community
870
 
871
- **Last Updated:** 2025-11-10
872
- **Companion Specification:** v2.0
 
2
 
3
  **Extension Name:** Model Context Protocol (MCP) - Progressive Disclosure for Tool Descriptions
4
  **Companion Specification:** `spec_mcp_progressive_disclosure_v2_0.md`
5
+ **Version:** 2.1
6
+ **Last Updated:** 2025-11-30
7
 
8
  ---
9
 
 
868
  3. Test with minimal examples
869
  4. Share findings with the community
870
 
871
+ **Last Updated:** 2025-11-30
872
+ **Companion Specification:** v2.1
docs/spec_mcp_progressive_disclosure_v2_0.md CHANGED
@@ -1,10 +1,10 @@
1
  # MCP Extension: Progressive Disclosure for Tool Descriptions
2
 
3
- **Version:** 2.0
4
  **Status:** Stable
5
  **Compatibility:** MCP Specification v1.0+
6
  **Authors:** Michael Martin
7
- **Last Updated:** 2025-11-10
8
 
9
  ---
10
 
@@ -409,6 +409,7 @@ Response:
409
  | 1.0 | 2025-10-24 | Initial specification |
410
  | 1.5 | 2025-10-29 | Added implementation guidance for LLM behavior |
411
  | 2.0 | 2025-11-10 | Refined specification format, separated implementation guidance into companion guide, clarified normative requirements, added conformance criteria |
 
412
 
413
  ---
414
 
 
1
  # MCP Extension: Progressive Disclosure for Tool Descriptions
2
 
3
+ **Version:** 2.1
4
  **Status:** Stable
5
  **Compatibility:** MCP Specification v1.0+
6
  **Authors:** Michael Martin
7
+ **Last Updated:** 2025-11-30
8
 
9
  ---
10
 
 
409
  | 1.0 | 2025-10-24 | Initial specification |
410
  | 1.5 | 2025-10-29 | Added implementation guidance for LLM behavior |
411
  | 2.0 | 2025-11-10 | Refined specification format, separated implementation guidance into companion guide, clarified normative requirements, added conformance criteria |
412
+ | 2.1 | 2025-11-30 | Production implementation for MCP 1st Birthday Hackathon with demo server and reference agent |
413
 
414
  ---
415