[WIP] Refactor everything server to be more modular and use recommended APIs.

* Updated architecture.md

* Refactor / renamed uris from test://X/resource/Y to demo://resource/X/Y
This commit is contained in:
cliffhall
2025-12-05 18:54:30 -05:00
parent eee9866ebb
commit 743529180e
5 changed files with 15 additions and 15 deletions

View File

@@ -101,12 +101,12 @@ This MCP server attempts to exercise all the features of the MCP protocol. It is
The server provides 100 test resources in two formats:
- Even numbered resources:
- Plaintext format
- URI pattern: `test://static/resource/{even_number}`
- URI pattern: `demo://static/resource/{even_number}`
- Content: Simple text description
- Odd numbered resources:
- Binary blob format
- URI pattern: `test://static/resource/{odd_number}`
- URI pattern: `demo://static/resource/{odd_number}`
- Content: Base64 encoded binary data
Resource features: