Metadata-Version: 2.4
Name: shoalsoft-pants-mcp-plugin
Version: 0.1.0
Summary: Pantsbuild Model Context Protocol Plugin from Shoal Software LLC
Home-page: https://github.com/shoalsoft/shoalsoft-pants-mcp-plugin
Author: Tom Dyas
Author-email: tom@shoalsoftware.com
Requires-Python: ==3.11.*
Description-Content-Type: text/markdown
Requires-Dist: mcp[cli]==1.14.0
Requires-Dist: pydantic
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Pantsbuild Model Context Protocol Plugin

## Installation

From PyPI:

1. In the relevant Pants project, edit `pants.toml` to set the `[GLOBAL].plugins` option to include `shoalsoft-pants-mcp-plugin==VERSION` (replacing `VERSION` with the applicable version) and the `[GLOBAL].backend_packages` option to include `shoalsoft.pants_mcp_plugin`.

2. Confogure your LLM coding agent to invoke `pants shoalsoft-mcp --run-stdio-server` in the repository as follows:

  - [Claude Code setup](https://docs.claude.com/en/docs/claude-code/mcp#option-1%3A-add-a-local-stdio-server)
  - [ChatGPT Codex setup](https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp)

## Licensing

This project is commercial software subject [to a license](https://github.com/shoalsoft/shoalsoft-pants-mcp-plugin/blob/main/LICENSE).

Permission is granted for personal, non-commercial use and for commercial evaluation, but not regular commercial use (which includes using the project for software development workflows in a commercial setting) without explicit permission.
