Skip to content

Commit 692ab03

Browse files
committed
docs: fix formatting and alignment in README.md table
Updated the table in README.md to ensure consistent formatting and alignment of descriptions. This improves readability and maintains a clean structure for the documentation.
1 parent 32be776 commit 692ab03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ This project provides an MCP server that implements Claude Code-like functionali
3434
| `run_command` | Execute shell commands (also used for directory creation, file moving, and directory listing) |
3535
| `run_script` | Execute scripts with specified interpreters |
3636
| `script_tool` | Execute scripts in specific programming languages |
37-
| `project_analyze_tool` | Analyze project structure and dependencies |
38-
| `read_notebook` | Extract and read source code from all cells in a Jupyter notebook with outputs |
39-
| `edit_notebook` | Edit, insert, or delete cells in a Jupyter notebook |
37+
| `project_analyze_tool` | Analyze project structure and dependencies |
38+
| `read_notebook` | Extract and read source code from all cells in a Jupyter notebook with outputs |
39+
| `edit_notebook` | Edit, insert, or delete cells in a Jupyter notebook |
4040
| `think` | Structured space for complex reasoning and analysis without making changes |
41-
| `dispatch_agent` | Launch one or more agents that can perform tasks using read-only tools concurrently |
41+
| `dispatch_agent` | Launch one or more agents that can perform tasks using read-only tools concurrently |
4242

4343
## Getting Started
4444

0 commit comments

Comments
 (0)