mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
[WIP] Refactor everything server to be more modular and use recommended APIs.
Updated structure.md
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
```
|
||||
src/everything
|
||||
├── index.ts
|
||||
├── AGENTS.md
|
||||
├── package.json
|
||||
├── docs
|
||||
│ ├── architecture.md
|
||||
@@ -61,6 +62,10 @@ src/everything
|
||||
|
||||
- CLI entry point that selects and runs a specific transport module based on the first CLI argument: `stdio`, `sse`, or `streamableHttp`.
|
||||
|
||||
### `AGENTS.md`
|
||||
|
||||
- Directions for Agents/LLMs explaining coding guidelines and how to appropriately extend the server.
|
||||
|
||||
### `package.json`
|
||||
|
||||
- Package metadata and scripts:
|
||||
|
||||
Reference in New Issue
Block a user