Skip to content

Commit f171179

Browse files
authored
add permission for personal, non-commercial use (#21)
Add specific permission to use this plugin for personal, non-commercial uses and for evaluating a commercial use.
1 parent e3a1728 commit f171179

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ If the MCP server is started correctly by your LLM coding agent, then the agent
2727

2828
- Run tests: `pants test ::`
2929

30-
### Building
31-
32-
TBD
33-
3430
## License
3531

3632
This is currently commercial software and requires prior permission to use. See the [LICENSE](./LICENSE) file in this repository for specific details.
33+
34+
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.

src/python/shoalsoft/pants_mcp_plugin/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ From PyPI:
106106
107107
- [Claude Code setup](https://docs.claude.com/en/docs/claude-code/mcp#option-1%3A-add-a-local-stdio-server)
108108
- [ChatGPT Codex setup](https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp)
109+
110+
## Licensing
111+
112+
This project is commercial software subject [to a license](https://github.com/shoalsoft/shoalsoft-pants-mcp-plugin/blob/main/LICENSE).
113+
114+
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.
109115
"""
110116

111117
# Add a single wheel which is not specific to any particular Pants version.

0 commit comments

Comments
 (0)