docs: refine DevStar MCP Server documentation #12

Merged
mengning merged 3 commits from feat/devstar-mcp-server-docs into main 2026-01-07 10:27:37 +00:00
Owner

Summary

This PR refines the DevStar MCP Server documentation with accurate information and comprehensive configuration guides.

Key Changes

  • Tool Count Correction: Updated from 61 to 89 tools (verified against live server)

  • New Tool Category: Added standalone Release tools category (5 tools)

  • Configuration Paths:

    • Document config file locations for different IDEs
    • Distinguish paths between macOS/Linux and Windows
    • Removed overly specific container path configurations
  • Client Support:

    • Balanced coverage of all mainstream MCP clients
    • DevStar VS Code extension listed as recommended option
    • Not limited to single IDE environment

Tool Categories (Total: 89)

  • Actions: 27 (19 repo + 8 org)
  • Repo/Branch/Tag: 16
  • Issue: 11
  • Pull Request: 4
  • Label: 9
  • Milestone: 5
  • Wiki: 6
  • Release: 5
  • User/Search: 5
  • Version: 1

Verification

Tool list verified against deployed MCP Server:

curl -X POST 'http://your-hostname/api/mcp' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <TOKEN>' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Related

  • Linked to: devstar-mcp #54 (feat: integrate Gitea MCP Server into DevStar)
## Summary This PR refines the DevStar MCP Server documentation with accurate information and comprehensive configuration guides. ## Key Changes - **Tool Count Correction**: Updated from 61 to 89 tools (verified against live server) - **New Tool Category**: Added standalone Release tools category (5 tools) - **Configuration Paths**: - Document config file locations for different IDEs - Distinguish paths between macOS/Linux and Windows - Removed overly specific container path configurations - **Client Support**: - Balanced coverage of all mainstream MCP clients - DevStar VS Code extension listed as recommended option - Not limited to single IDE environment ## Tool Categories (Total: 89) - **Actions**: 27 (19 repo + 8 org) - **Repo/Branch/Tag**: 16 - **Issue**: 11 - **Pull Request**: 4 - **Label**: 9 - **Milestone**: 5 - **Wiki**: 6 - **Release**: 5 - **User/Search**: 5 - **Version**: 1 ## Verification Tool list verified against deployed MCP Server: ```bash curl -X POST 'http://your-hostname/api/mcp' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer <TOKEN>' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' ``` Related - Linked to: [devstar-mcp #54](https://devstar.cn/devstar/devstar/pulls/54) (feat: integrate Gitea MCP Server into DevStar)
shizi added 1 commit 2026-01-07 04:35:30 +00:00
docs: refine DevStar MCP Server documentation
All checks were successful
CI/CD Pipeline for mengning.com.cn / build (pull_request) Successful in 1m15s
b0d1d94f74
shizi added 1 commit 2026-01-07 06:20:19 +00:00
docs: simplify Docker deployment section with link to Gitea official
All checks were successful
CI/CD Pipeline for mengning.com.cn / build (pull_request) Successful in 1m35s
ab1a2546f8
docs
mengning added 1 commit 2026-01-07 10:19:38 +00:00
更新 src/devstar/mcp-server.md
Some checks failed
CI/CD Pipeline for mengning.com.cn / build (pull_request) Has been cancelled
735117b9bf
mengning merged commit a6b4a454f2 into main 2026-01-07 10:27:37 +00:00
mengning deleted branch feat/devstar-mcp-server-docs 2026-01-07 10:27:37 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: devstar/docs#12
No description provided.