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

Updated structure.md
This commit is contained in:
cliffhall
2025-12-13 10:20:16 -05:00
parent 115789036a
commit 19e588bdcb

View File

@@ -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: