@@ -76,21 +76,21 @@ The generated file structure depends on the project type you selected.
7676
7777```
7878├── src/
79- │ ├── tools/ # MCP tools implementation
80- │ │ ├── index.ts # Tools registration
79+ │ ├── tools/ # MCP tools implementation
80+ │ │ ├── index.ts # Tools registration
8181│ │ └── register*.ts # Individual tool implementations
82- │ ├── resources/ # MCP resources implementation
83- │ │ └── index.ts # Resources registration
84- │ ├── prompts/ # MCP prompts implementation
85- │ │ └── index.ts # Prompts registration
86- │ ├── services/ # Server implementations
87- │ │ ├── stdio.ts # STDIO transport implementation
88- │ │ └── web.ts # Streamable HTTP and SSE transport implementation
89- │ └── index.ts # Entry point
90- ├── tests/ # Test files (optional)
91- ├── scripts/ # Build and development scripts
92- ├── .github/ # GitHub Actions workflows (optional)
93- ├── .husky/ # Git hooks (optional)
82+ │ ├── resources/ # MCP resources implementation
83+ │ │ └── index.ts # Resources registration
84+ │ ├── prompts/ # MCP prompts implementation
85+ │ │ └── index.ts # Prompts registration
86+ │ ├── services/ # Server implementations
87+ │ │ ├── stdio.ts # STDIO transport implementation
88+ │ │ └── web.ts # Streamable HTTP and SSE transport implementation
89+ │ └── index.ts # Entry point
90+ ├── tests/ # Test files (optional)
91+ ├── scripts/ # Build and development scripts
92+ ├── .github/ # GitHub Actions workflows (optional)
93+ ├── .husky/ # Git hooks (optional)
9494└── package.json
9595```
9696
0 commit comments