MCP.so
ログイン

MCP Server Practices

@agentience

MCP Server Practices について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

agentience

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "practices_mcp_server": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Server Practices?

MCP Server Practices is a Model Context Protocol server that provides tools and resources for managing Git branches according to standardized conventions, with optional integration with Jira for fetching issue summaries and updating issue statuses.

How to use MCP Server Practices?

Install the package using uv, activate the virtual environment, and run the server with practices server. Use MCP tools such as validate_branch_name, create_branch, and get_branch_info, or invoke the CLI directly with commands like practices branch validate, practices branch create, and optional --update-jira or --fetch-jira flags.

Key features of MCP Server Practices

  • Validates branch names against a configured naming convention
  • Creates branches following feature/, bugfix/, hotfix/, release/, and docs/ formats
  • Fetches Jira issue summaries for use in branch names
  • Updates Jira issue status when creating branches
  • Provides both MCP tools and a CLI interface

Use cases of MCP Server Practices

  • Enforce standardized Git branch naming across a development team
  • Automate branch creation from Jira issues with correct prefixes
  • Quickly validate existing branch names against team conventions

FAQ from MCP Server Practices

What branch naming conventions are supported?

feature/PMS-123-brief-description (from develop), bugfix/PMS-123-brief-description (from develop), hotfix/1.0.1-brief-description (from main), release/1.1.0 (from develop), and docs/update-readme (from develop).

How do I install MCP Server Practices?

Clone the repository, create a virtual environment with uv venv, activate it, and run uv pip install -e .. If you encounter issues with the mcp-python-sdk dependency, you may need to install it separately.

What MCP tools does the server expose?

validate_branch_name, create_branch, and get_branch_info.

How does Jira integration work?

The server can fetch issue summaries to use in branch names and update issue status when creating branches, controlled by the --update-jira and --fetch-jira flags.

Can I use MCP Server Practices without Jira?

Yes, branch validation and creation work without Jira. Jira features are optional and enabled via flags.

コメント

「その他」の他のコンテンツ