mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-25 23:35:19 +02: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
|
src/everything
|
||||||
├── index.ts
|
├── index.ts
|
||||||
|
├── AGENTS.md
|
||||||
├── package.json
|
├── package.json
|
||||||
├── docs
|
├── docs
|
||||||
│ ├── architecture.md
|
│ ├── 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`.
|
- 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.json`
|
||||||
|
|
||||||
- Package metadata and scripts:
|
- Package metadata and scripts:
|
||||||
|
|||||||
Reference in New Issue
Block a user