@@ -76,21 +76,21 @@ The generated file structure depends on the project type you selected.
76
76
77
77
```
78
78
├── src/
79
- │ ├── tools/ # MCP tools implementation
80
- │ │ ├── index.ts # Tools registration
79
+ │ ├── tools/ # MCP tools implementation
80
+ │ │ ├── index.ts # Tools registration
81
81
│ │ └── 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)
94
94
└── package.json
95
95
```
96
96
0 commit comments