mirror of
https://github.com/haris-musa/excel-mcp-server.git
synced 2025-12-08 17:12:41 +08:00
Refactor sheet operations and update documentation
- Improve `copy_range_operation` with more robust error handling and style copying - Enhance `delete_range_operation` with shift direction support - Update README with Cursor IDE connection instructions - Remove unnecessary parameters from `create_pivot_table` - Improve logging and error validation in sheet operations
This commit is contained in:
12
README.md
12
README.md
@ -97,8 +97,18 @@ uv run excel-mcp-server
|
||||
|
||||
The server will start in SSE mode and wait for connections from MCP clients.
|
||||
|
||||
### Connecting in Cursor IDE
|
||||
|
||||
After starting the server, connect to the SSE endpoint in Cursor IDE:
|
||||
|
||||
```
|
||||
http://localhost:8000/sse
|
||||
```
|
||||
|
||||
The Excel MCP tools will be available through the agent.
|
||||
|
||||
For available tools and their usage, please refer to [TOOLS.md](TOOLS.md).
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
Reference in New Issue
Block a user