Skip to content

Commit ef00d5c

Browse files
committed
docs: add index page and fix file structure indentation
1 parent 3d26b6f commit ef00d5c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/en/guide/getting-started.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

File renamed without changes.

0 commit comments

Comments
 (0)