@jigyasudham/veto 2.1.1 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/.mcp-tools/LICENSE +216 -0
  2. package/.mcp-tools/README.md +153 -0
  3. package/.mcp-tools/mcp-publisher.exe +0 -0
  4. package/LAUNCH-KIT.md +211 -0
  5. package/MCP-REGISTRY.md +94 -0
  6. package/README.md +111 -20
  7. package/VETO-MCP-DIAGNOSTIC.md +73 -0
  8. package/dist/agents/security/dep-verify.d.ts +23 -0
  9. package/dist/agents/security/dep-verify.d.ts.map +1 -0
  10. package/dist/agents/security/dep-verify.js +229 -0
  11. package/dist/agents/security/dep-verify.js.map +1 -0
  12. package/dist/cli.js +4 -4
  13. package/dist/council/decision-engine.d.ts.map +1 -1
  14. package/dist/council/decision-engine.js +11 -2
  15. package/dist/council/decision-engine.js.map +1 -1
  16. package/dist/council/lead-developer.js +2 -2
  17. package/dist/council/lead-developer.js.map +1 -1
  18. package/dist/council/product-manager.js +2 -2
  19. package/dist/council/product-manager.js.map +1 -1
  20. package/dist/council/security.js +2 -2
  21. package/dist/council/security.js.map +1 -1
  22. package/dist/council/ux-designer.js +2 -2
  23. package/dist/council/ux-designer.js.map +1 -1
  24. package/dist/memory/config.d.ts +1 -0
  25. package/dist/memory/config.d.ts.map +1 -1
  26. package/dist/memory/config.js +6 -2
  27. package/dist/memory/config.js.map +1 -1
  28. package/dist/memory/decisions.d.ts +33 -0
  29. package/dist/memory/decisions.d.ts.map +1 -0
  30. package/dist/memory/decisions.js +125 -0
  31. package/dist/memory/decisions.js.map +1 -0
  32. package/dist/memory/local.d.ts.map +1 -1
  33. package/dist/memory/local.js +8 -0
  34. package/dist/memory/local.js.map +1 -1
  35. package/dist/memory/schema.d.ts +1 -1
  36. package/dist/memory/schema.d.ts.map +1 -1
  37. package/dist/memory/schema.js +14 -0
  38. package/dist/memory/schema.js.map +1 -1
  39. package/dist/router/implicit-outcomes.d.ts +7 -0
  40. package/dist/router/implicit-outcomes.d.ts.map +1 -0
  41. package/dist/router/implicit-outcomes.js +88 -0
  42. package/dist/router/implicit-outcomes.js.map +1 -0
  43. package/dist/router/learning-updater.d.ts.map +1 -1
  44. package/dist/router/learning-updater.js +15 -6
  45. package/dist/router/learning-updater.js.map +1 -1
  46. package/dist/router/model-selector.d.ts.map +1 -1
  47. package/dist/router/model-selector.js +33 -5
  48. package/dist/router/model-selector.js.map +1 -1
  49. package/dist/router/rate-monitor.d.ts +1 -0
  50. package/dist/router/rate-monitor.d.ts.map +1 -1
  51. package/dist/router/rate-monitor.js +1 -0
  52. package/dist/router/rate-monitor.js.map +1 -1
  53. package/dist/server/handlers/advisors.d.ts.map +1 -1
  54. package/dist/server/handlers/advisors.js +214 -0
  55. package/dist/server/handlers/advisors.js.map +1 -1
  56. package/dist/server/handlers/devtools.d.ts.map +1 -1
  57. package/dist/server/handlers/devtools.js +20 -3
  58. package/dist/server/handlers/devtools.js.map +1 -1
  59. package/dist/server/handlers/learning.d.ts.map +1 -1
  60. package/dist/server/handlers/learning.js +15 -0
  61. package/dist/server/handlers/learning.js.map +1 -1
  62. package/dist/server/handlers/memory.d.ts.map +1 -1
  63. package/dist/server/handlers/memory.js +47 -0
  64. package/dist/server/handlers/memory.js.map +1 -1
  65. package/dist/server/handlers/review.d.ts.map +1 -1
  66. package/dist/server/handlers/review.js +22 -4
  67. package/dist/server/handlers/review.js.map +1 -1
  68. package/dist/server.d.ts.map +1 -1
  69. package/dist/server.js +95 -2
  70. package/dist/server.js.map +1 -1
  71. package/dist/tools/compact.d.ts +12 -0
  72. package/dist/tools/compact.d.ts.map +1 -0
  73. package/dist/tools/compact.js +98 -0
  74. package/dist/tools/compact.js.map +1 -0
  75. package/dist/tools/definitions.d.ts +98 -2
  76. package/dist/tools/definitions.d.ts.map +1 -1
  77. package/dist/tools/definitions.js +48 -3
  78. package/dist/tools/definitions.js.map +1 -1
  79. package/package.json +3 -2
  80. package/server.json +23 -0
@@ -0,0 +1,216 @@
1
+ The MCP project is undergoing a licensing transition from the MIT License to the Apache License, Version 2.0 ("Apache-2.0"). All new code and specification contributions to the project are licensed under Apache-2.0. Documentation contributions (excluding specifications) are licensed under CC-BY-4.0.
2
+
3
+ Contributions for which relicensing consent has been obtained are licensed under Apache-2.0. Contributions made by authors who originally licensed their work under the MIT License and who have not yet granted explicit permission to relicense remain licensed under the MIT License.
4
+
5
+ No rights beyond those granted by the applicable original license are conveyed for such contributions.
6
+
7
+ ---
8
+
9
+ Apache License
10
+ Version 2.0, January 2004
11
+ http://www.apache.org/licenses/
12
+
13
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14
+
15
+ 1. Definitions.
16
+
17
+ "License" shall mean the terms and conditions for use, reproduction,
18
+ and distribution as defined by Sections 1 through 9 of this document.
19
+
20
+ "Licensor" shall mean the copyright owner or entity authorized by
21
+ the copyright owner that is granting the License.
22
+
23
+ "Legal Entity" shall mean the union of the acting entity and all
24
+ other entities that control, are controlled by, or are under common
25
+ control with that entity. For the purposes of this definition,
26
+ "control" means (i) the power, direct or indirect, to cause the
27
+ direction or management of such entity, whether by contract or
28
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
29
+ outstanding shares, or (iii) beneficial ownership of such entity.
30
+
31
+ "You" (or "Your") shall mean an individual or Legal Entity
32
+ exercising permissions granted by this License.
33
+
34
+ "Source" form shall mean the preferred form for making modifications,
35
+ including but not limited to software source code, documentation
36
+ source, and configuration files.
37
+
38
+ "Object" form shall mean any form resulting from mechanical
39
+ transformation or translation of a Source form, including but
40
+ not limited to compiled object code, generated documentation,
41
+ and conversions to other media types.
42
+
43
+ "Work" shall mean the work of authorship, whether in Source or
44
+ Object form, made available under the License, as indicated by a
45
+ copyright notice that is included in or attached to the work
46
+ (an example is provided in the Appendix below).
47
+
48
+ "Derivative Works" shall mean any work, whether in Source or Object
49
+ form, that is based on (or derived from) the Work and for which the
50
+ editorial revisions, annotations, elaborations, or other modifications
51
+ represent, as a whole, an original work of authorship. For the purposes
52
+ of this License, Derivative Works shall not include works that remain
53
+ separable from, or merely link (or bind by name) to the interfaces of,
54
+ the Work and Derivative Works thereof.
55
+
56
+ "Contribution" shall mean any work of authorship, including
57
+ the original version of the Work and any modifications or additions
58
+ to that Work or Derivative Works thereof, that is intentionally
59
+ submitted to the Licensor for inclusion in the Work by the copyright
60
+ owner or by an individual or Legal Entity authorized to submit on behalf
61
+ of the copyright owner. For the purposes of this definition, "submitted"
62
+ means any form of electronic, verbal, or written communication sent
63
+ to the Licensor or its representatives, including but not limited to
64
+ communication on electronic mailing lists, source code control systems,
65
+ and issue tracking systems that are managed by, or on behalf of, the
66
+ Licensor for the purpose of discussing and improving the Work, but
67
+ excluding communication that is conspicuously marked or otherwise
68
+ designated in writing by the copyright owner as "Not a Contribution."
69
+
70
+ "Contributor" shall mean Licensor and any individual or Legal Entity
71
+ on behalf of whom a Contribution has been received by Licensor and
72
+ subsequently incorporated within the Work.
73
+
74
+ 2. Grant of Copyright License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ copyright license to reproduce, prepare Derivative Works of,
78
+ publicly display, publicly perform, sublicense, and distribute the
79
+ Work and such Derivative Works in Source or Object form.
80
+
81
+ 3. Grant of Patent License. Subject to the terms and conditions of
82
+ this License, each Contributor hereby grants to You a perpetual,
83
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
84
+ (except as stated in this section) patent license to make, have made,
85
+ use, offer to sell, sell, import, and otherwise transfer the Work,
86
+ where such license applies only to those patent claims licensable
87
+ by such Contributor that are necessarily infringed by their
88
+ Contribution(s) alone or by combination of their Contribution(s)
89
+ with the Work to which such Contribution(s) was submitted. If You
90
+ institute patent litigation against any entity (including a
91
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
92
+ or a Contribution incorporated within the Work constitutes direct
93
+ or contributory patent infringement, then any patent licenses
94
+ granted to You under this License for that Work shall terminate
95
+ as of the date such litigation is filed.
96
+
97
+ 4. Redistribution. You may reproduce and distribute copies of the
98
+ Work or Derivative Works thereof in any medium, with or without
99
+ modifications, and in Source or Object form, provided that You
100
+ meet the following conditions:
101
+
102
+ (a) You must give any other recipients of the Work or
103
+ Derivative Works a copy of this License; and
104
+
105
+ (b) You must cause any modified files to carry prominent notices
106
+ stating that You changed the files; and
107
+
108
+ (c) You must retain, in the Source form of any Derivative Works
109
+ that You distribute, all copyright, patent, trademark, and
110
+ attribution notices from the Source form of the Work,
111
+ excluding those notices that do not pertain to any part of
112
+ the Derivative Works; and
113
+
114
+ (d) If the Work includes a "NOTICE" text file as part of its
115
+ distribution, then any Derivative Works that You distribute must
116
+ include a readable copy of the attribution notices contained
117
+ within such NOTICE file, excluding those notices that do not
118
+ pertain to any part of the Derivative Works, in at least one
119
+ of the following places: within a NOTICE text file distributed
120
+ as part of the Derivative Works; within the Source form or
121
+ documentation, if provided along with the Derivative Works; or,
122
+ within a display generated by the Derivative Works, if and
123
+ wherever such third-party notices normally appear. The contents
124
+ of the NOTICE file are for informational purposes only and
125
+ do not modify the License. You may add Your own attribution
126
+ notices within Derivative Works that You distribute, alongside
127
+ or as an addendum to the NOTICE text from the Work, provided
128
+ that such additional attribution notices cannot be construed
129
+ as modifying the License.
130
+
131
+ You may add Your own copyright statement to Your modifications and
132
+ may provide additional or different license terms and conditions
133
+ for use, reproduction, or distribution of Your modifications, or
134
+ for any such Derivative Works as a whole, provided Your use,
135
+ reproduction, and distribution of the Work otherwise complies with
136
+ the conditions stated in this License.
137
+
138
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
139
+ any Contribution intentionally submitted for inclusion in the Work
140
+ by You to the Licensor shall be under the terms and conditions of
141
+ this License, without any additional terms or conditions.
142
+ Notwithstanding the above, nothing herein shall supersede or modify
143
+ the terms of any separate license agreement you may have executed
144
+ with Licensor regarding such Contributions.
145
+
146
+ 6. Trademarks. This License does not grant permission to use the trade
147
+ names, trademarks, service marks, or product names of the Licensor,
148
+ except as required for reasonable and customary use in describing the
149
+ origin of the Work and reproducing the content of the NOTICE file.
150
+
151
+ 7. Disclaimer of Warranty. Unless required by applicable law or
152
+ agreed to in writing, Licensor provides the Work (and each
153
+ Contributor provides its Contributions) on an "AS IS" BASIS,
154
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
155
+ implied, including, without limitation, any warranties or conditions
156
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
157
+ PARTICULAR PURPOSE. You are solely responsible for determining the
158
+ appropriateness of using or redistributing the Work and assume any
159
+ risks associated with Your exercise of permissions under this License.
160
+
161
+ 8. Limitation of Liability. In no event and under no legal theory,
162
+ whether in tort (including negligence), contract, or otherwise,
163
+ unless required by applicable law (such as deliberate and grossly
164
+ negligent acts) or agreed to in writing, shall any Contributor be
165
+ liable to You for damages, including any direct, indirect, special,
166
+ incidental, or consequential damages of any character arising as a
167
+ result of this License or out of the use or inability to use the
168
+ Work (including but not limited to damages for loss of goodwill,
169
+ work stoppage, computer failure or malfunction, or any and all
170
+ other commercial damages or losses), even if such Contributor
171
+ has been advised of the possibility of such damages.
172
+
173
+ 9. Accepting Warranty or Additional Liability. While redistributing
174
+ the Work or Derivative Works thereof, You may choose to offer,
175
+ and charge a fee for, acceptance of support, warranty, indemnity,
176
+ or other liability obligations and/or rights consistent with this
177
+ License. However, in accepting such obligations, You may act only
178
+ on Your own behalf and on Your sole responsibility, not on behalf
179
+ of any other Contributor, and only if You agree to indemnify,
180
+ defend, and hold each Contributor harmless for any liability
181
+ incurred by, or claims asserted against, such Contributor by reason
182
+ of your accepting any such warranty or additional liability.
183
+
184
+ END OF TERMS AND CONDITIONS
185
+
186
+ ---
187
+
188
+ MIT License
189
+
190
+ Copyright (c) 2024-2025 Model Context Protocol a Series of LF Projects, LLC.
191
+
192
+ Permission is hereby granted, free of charge, to any person obtaining a copy
193
+ of this software and associated documentation files (the "Software"), to deal
194
+ in the Software without restriction, including without limitation the rights
195
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
196
+ copies of the Software, and to permit persons to whom the Software is
197
+ furnished to do so, subject to the following conditions:
198
+
199
+ The above copyright notice and this permission notice shall be included in all
200
+ copies or substantial portions of the Software.
201
+
202
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
203
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
204
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
205
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
206
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
207
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
208
+ SOFTWARE.
209
+
210
+ ---
211
+
212
+ Creative Commons Attribution 4.0 International (CC-BY-4.0)
213
+
214
+ Documentation in this project (excluding specifications) is licensed under
215
+ CC-BY-4.0. See https://creativecommons.org/licenses/by/4.0/legalcode for
216
+ the full license text.
@@ -0,0 +1,153 @@
1
+ # MCP Registry
2
+
3
+ The MCP registry provides MCP clients with a list of MCP servers, like an app store for MCP servers.
4
+
5
+ [**📤 Publish my MCP server**](docs/modelcontextprotocol-io/quickstart.mdx) | [**⚡️ Live API docs**](https://registry.modelcontextprotocol.io/docs) | [**👀 Ecosystem vision**](docs/design/ecosystem-vision.md) | 📖 **[Full documentation](./docs)**
6
+
7
+ ## Development Status
8
+
9
+ **2025-10-24 update**: The Registry API has entered an **API freeze (v0.1)** 🎉. For the next month or more, the API will remain stable with no breaking changes, allowing integrators to confidently implement support. This freeze applies to v0.1 while development continues on v0. We'll use this period to validate the API in real-world integrations and gather feedback to shape v1 for general availability. Thank you to everyone for your contributions and patience—your involvement has been key to getting us here!
10
+
11
+ **2025-09-08 update**: The registry has launched in preview 🎉 ([announcement blog post](https://blog.modelcontextprotocol.io/posts/2025-09-08-mcp-registry-preview/)). While the system is now more stable, this is still a preview release and breaking changes or data resets may occur. A general availability (GA) release will follow later. We'd love your feedback in [GitHub discussions](https://github.com/modelcontextprotocol/registry/discussions/new?category=ideas) or in the [#registry-dev Discord](https://discord.com/channels/1358869848138059966/1369487942862504016) ([joining details here](https://modelcontextprotocol.io/community/communication)).
12
+
13
+ Current key maintainers:
14
+ - **Adam Jones** (Anthropic) [@domdomegg](https://github.com/domdomegg)
15
+ - **Tadas Antanavicius** (PulseMCP) [@tadasant](https://github.com/tadasant)
16
+ - **Toby Padilla** (GitHub) [@toby](https://github.com/toby)
17
+ - **Radoslav (Rado) Dimitrov** (Stacklok) [@rdimitrov](https://github.com/rdimitrov)
18
+
19
+ ## Contributing
20
+
21
+ We use multiple channels for collaboration - see [modelcontextprotocol.io/community/communication](https://modelcontextprotocol.io/community/communication).
22
+
23
+ Often (but not always) ideas flow through this pipeline:
24
+
25
+ - **[Discord](https://modelcontextprotocol.io/community/communication)** - Real-time community discussions
26
+ - **[Discussions](https://github.com/modelcontextprotocol/registry/discussions)** - Propose and discuss product/technical requirements
27
+ - **[Issues](https://github.com/modelcontextprotocol/registry/issues)** - Track well-scoped technical work
28
+ - **[Pull Requests](https://github.com/modelcontextprotocol/registry/pulls)** - Contribute work towards issues
29
+
30
+ ### Quick start:
31
+
32
+ #### Pre-requisites
33
+
34
+ - **Docker**
35
+ - **Go 1.24.x**
36
+ - **ko** - Container image builder for Go ([installation instructions](https://ko.build/install/))
37
+ - **golangci-lint v2.4.0**
38
+
39
+ #### Running the server
40
+
41
+ ```bash
42
+ # Start full development environment
43
+ make dev-compose
44
+ ```
45
+
46
+ This starts the registry at [`localhost:8080`](http://localhost:8080) with PostgreSQL. The database uses ephemeral storage and is reset each time you restart the containers, ensuring a clean state for development and testing.
47
+
48
+ **Note:** The registry uses [ko](https://ko.build) to build container images. The `make dev-compose` command automatically builds the registry image with ko and loads it into your local Docker daemon before starting the services.
49
+
50
+ By default, the registry seeds from the production API with a filtered subset of servers (to keep startup fast). This ensures your local environment mirrors production behavior and all seed data passes validation. For offline development you can seed from a file without validation with `MCP_REGISTRY_SEED_FROM=data/seed.json MCP_REGISTRY_ENABLE_REGISTRY_VALIDATION=false make dev-compose`.
51
+
52
+ The setup can be configured with environment variables in [docker-compose.yml](./docker-compose.yml) - see [.env.example](./.env.example) for a reference.
53
+
54
+ <details>
55
+ <summary>Alternative: Running a pre-built Docker image</summary>
56
+
57
+ Pre-built Docker images are automatically published to GitHub Container Registry. Note that the image does not bundle PostgreSQL, so you need to run your own and point the registry at it via `MCP_REGISTRY_DATABASE_URL` (see [docker-compose.yml](./docker-compose.yml) for a working example):
58
+
59
+ ```bash
60
+ # Run latest stable release
61
+ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:latest
62
+
63
+ # Run latest from main branch (continuous deployment)
64
+ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:main
65
+
66
+ # Run specific release version
67
+ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:v1.0.0
68
+
69
+ # Run development build from main branch
70
+ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:main-20250906-abc123d
71
+ ```
72
+
73
+ **Available tags:**
74
+ - **Releases**: `latest`, `v1.0.0`, `v1.1.0`, etc.
75
+ - **Continuous**: `main` (latest main branch build)
76
+ - **Development**: `main-<date>-<sha>` (specific commit builds)
77
+
78
+ </details>
79
+
80
+ #### Publishing a server
81
+
82
+ To publish a server, we've built a simple CLI. You can use it with:
83
+
84
+ ```bash
85
+ # Build the latest CLI
86
+ make publisher
87
+
88
+ # Use it!
89
+ ./bin/mcp-publisher --help
90
+ ```
91
+
92
+ See [the publisher guide](./docs/modelcontextprotocol-io/quickstart.mdx) for more details.
93
+
94
+ #### Other commands
95
+
96
+ ```bash
97
+ # Run lint, unit tests and integration tests
98
+ make check
99
+ ```
100
+
101
+ There are also a few more helpful commands for development. Run `make help` to learn more, or look in [Makefile](./Makefile).
102
+
103
+ <!--
104
+ For Claude and other AI tools: Always prefer make targets over custom commands where possible.
105
+ -->
106
+
107
+ ## Architecture
108
+
109
+ ### Project Structure
110
+
111
+ ```
112
+ ├── cmd/ # Application entry points
113
+ │ └── publisher/ # Server publishing tool
114
+ ├── data/ # Seed data
115
+ ├── deploy/ # Deployment configuration (Pulumi)
116
+ ├── docs/ # Documentation
117
+ ├── internal/ # Private application code
118
+ │ ├── api/ # HTTP handlers and routing
119
+ │ ├── auth/ # Authentication (GitHub OAuth, JWT, namespace blocking)
120
+ │ ├── config/ # Configuration management
121
+ │ ├── database/ # Data persistence (PostgreSQL)
122
+ │ ├── service/ # Business logic
123
+ │ ├── telemetry/ # Metrics and monitoring
124
+ │ └── validators/ # Input validation
125
+ ├── pkg/ # Public packages
126
+ │ ├── api/ # API types and structures
127
+ │ │ └── v0/ # Version 0 API types
128
+ │ └── model/ # Data models for server.json
129
+ ├── scripts/ # Development and testing scripts
130
+ ├── tests/ # Integration tests
131
+ └── tools/ # CLI tools and utilities
132
+ └── validate-*.sh # Schema validation tools
133
+ ```
134
+
135
+ ### Authentication
136
+
137
+ Publishing supports multiple authentication methods:
138
+ - **GitHub OAuth** - For publishing by logging into GitHub
139
+ - **GitHub OIDC** - For publishing from GitHub Actions
140
+ - **DNS verification** - For proving ownership of a domain and its subdomains
141
+ - **HTTP verification** - For proving ownership of a domain
142
+
143
+ The registry validates namespace ownership when publishing. E.g. to publish...:
144
+ - `io.github.domdomegg/my-cool-mcp` you must login to GitHub as `domdomegg`, or be in a GitHub Action on domdomegg's repos
145
+ - `me.adamjones/my-cool-mcp` you must prove ownership of `adamjones.me` via DNS or HTTP challenge
146
+
147
+ ## Community Projects
148
+
149
+ Check out [community projects](docs/community-projects.md) to explore notable registry-related work created by the community.
150
+
151
+ ## More documentation
152
+
153
+ See the [documentation](./docs) for more details if your question has not been answered here!
Binary file
package/LAUNCH-KIT.md ADDED
@@ -0,0 +1,211 @@
1
+ # Veto Launch Kit
2
+
3
+ Ready-to-paste copy for distribution. Facts current as of v2.1.2 (npm latest + official MCP Registry).
4
+ Core hook: **89 agentic tools + a 49-specialist agent council for every major AI CLI, at zero extra
5
+ token cost on subscription plans.**
6
+
7
+ Canonical links:
8
+ - npm: https://www.npmjs.com/package/@jigyasudham/veto
9
+ - GitHub: https://github.com/jigyasudham/veto
10
+ - MCP Registry: `io.github.jigyasudham/veto`
11
+ - Quickstart: `npx @jigyasudham/veto init` (or `npm i -g @jigyasudham/veto && veto init`)
12
+
13
+ > Honesty guardrail used throughout: "zero cost" = subscription plans (Claude Max, Gemini Advanced…).
14
+ > On API/pay-per-token billing, MCP Sampling calls count toward usage. Keep that caveat in every post.
15
+
16
+ ---
17
+
18
+ ## 1. awesome-mcp-servers PR
19
+
20
+ **Repo:** https://github.com/punkpeye/awesome-mcp-servers
21
+ **Section:** `## 🤖 Coding Agents` (alt: `## 🛠️ Developer Tools`)
22
+ **Legend used:** 📇 TypeScript · 🏠 local service · 🍎 macOS · 🪟 Windows · 🐧 Linux
23
+
24
+ **Entry line (alphabetical by `owner/name` within the section):**
25
+
26
+ ```
27
+ - [jigyasudham/veto](https://github.com/jigyasudham/veto) 📇 🏠 🍎 🪟 🐧 - 89 agentic tools and a 49-specialist agent council (Lead Dev, Architect, Security…) for every major AI CLI — Claude Code, Codex, Gemini, Cursor, Windsurf. Self-learning router, cross-platform memory, deterministic agents that optionally upgrade to LLM. Zero extra token cost on subscriptions.
28
+ ```
29
+
30
+ **Submit steps:**
31
+ ```bash
32
+ gh repo fork punkpeye/awesome-mcp-servers --clone
33
+ # add the line under the Coding Agents section, keeping alphabetical order
34
+ git checkout -b add-veto
35
+ git commit -am "Add Veto — 89 MCP tools + 49-agent council for every AI CLI"
36
+ git push -u origin add-veto
37
+ gh pr create --repo punkpeye/awesome-mcp-servers --title "Add Veto" --body "Adds Veto: an MCP server giving every major AI CLI a 49-specialist agent council + 89 tools, using existing subscriptions (no API keys). MIT, on the official MCP registry as io.github.jigyasudham/veto."
38
+ ```
39
+
40
+ ---
41
+
42
+ ## 2. Show HN
43
+
44
+ **Title (submit the GitHub URL as the link):**
45
+ ```
46
+ Show HN: Veto – 89 MCP tools and a 49-agent council for every AI CLI
47
+ ```
48
+
49
+ **First comment (post immediately after submitting):**
50
+ ```
51
+ Hi HN — I built Veto, a single MCP server that plugs into whatever AI CLI you already
52
+ use (Claude Code, Codex, Gemini, Cursor, Windsurf, Zed, JetBrains) and gives it 89 tools
53
+ and a council of 49 specialist agents — code review, security/secrets scanning, a 7-agent
54
+ "should we build this" debate, CI gates, SDD agents, and persistent memory that follows you
55
+ across CLIs.
56
+
57
+ The design decision I'd most like feedback on: the 42 worker agents are *deterministic
58
+ expert modules by default* (regex/AST secret detection, OWASP/CWE rules, complexity metrics)
59
+ — they run offline and cost zero tokens. When your client supports MCP Sampling they
60
+ optionally upgrade to real LLM reasoning on your existing subscription. So "49 agents" isn't
61
+ 49 LLM calls; it's mostly real code with an LLM layer you opt into. The 7-agent Council is
62
+ the LLM-first part (it debates trade-offs before you build) and falls back to a deterministic
63
+ verdict when Sampling isn't available.
64
+
65
+ Cost: on a subscription (Claude Max, Gemini Advanced) the LLM calls ride your existing plan,
66
+ so there's no extra bill. On API/pay-per-token billing those Sampling calls do count — `veto
67
+ init` detects API keys and warns you.
68
+
69
+ It's MIT, on npm and the official MCP registry. Try it: `npx @jigyasudham/veto init`
70
+
71
+ Repo: https://github.com/jigyasudham/veto
72
+
73
+ Happy to go deep on the router (it re-tunes its tier thresholds every 20 recorded outcomes)
74
+ or the cross-CLI memory/handoff. What would you want a tool like this to NOT do?
75
+ ```
76
+
77
+ > HN tips: post Tue–Thu ~8–10am ET. Don't ask for upvotes. Reply fast and non-defensively;
78
+ > the skeptical "isn't 89 tools bloat?" question is your best moment — answer it with the
79
+ > deterministic-vs-LLM architecture above.
80
+
81
+ ---
82
+
83
+ ## 3. Reddit posts (tailored — do NOT cross-post identical text)
84
+
85
+ ### r/ClaudeAI (and r/ClaudeCode)
86
+ **Title:** I gave Claude Code a 49-agent council + persistent memory across CLIs — open source, no API keys
87
+ **Body:**
88
+ ```
89
+ Veto is an MCP server I've been building that adds 89 tools + 49 specialist agents to Claude
90
+ Code using your existing Claude subscription (no separate API key, no extra token bill on
91
+ Max/Pro).
92
+
93
+ What it actually does day to day:
94
+ - /code-review and security/secrets scans as MCP tools
95
+ - a 7-agent Council (Lead Dev, Architect, Security, Devil's Advocate, Legal, PM, UX) that
96
+ debates a plan before you build it
97
+ - memory that saves your session and restores it in Gemini CLI or Codex if you switch — the
98
+ handoff carries full context
99
+ - a self-learning router that re-tunes which model tier handles which task
100
+
101
+ Most worker agents are deterministic (real OWASP/CWE/secret-detection code), and upgrade to
102
+ LLM reasoning via MCP Sampling only when you ask — so it works offline and costs nothing extra
103
+ on a subscription. (API billing: Sampling calls do count; it warns you.)
104
+
105
+ MIT, on npm + the official MCP registry. `npx @jigyasudham/veto init` sets it up for every CLI
106
+ it detects. Repo + GIF: https://github.com/jigyasudham/veto
107
+
108
+ Would love feedback on what's missing.
109
+ ```
110
+
111
+ ### r/LocalLLaMA
112
+ **Title:** MCP server with 49 agents that run deterministically offline + optional local LLM — MIT
113
+ **Body:**
114
+ ```
115
+ Sharing Veto in case it's useful here: it's an MCP server whose 42 worker agents are
116
+ hand-written deterministic modules (AST/regex secret detection, OWASP/CWE rules, complexity
117
+ metrics) — they run offline at zero token cost. There's a local-LLM tool and MCP Sampling
118
+ support, so you can route the reasoning layer to a local model instead of a hosted one.
119
+
120
+ It also does cross-CLI session memory, a multi-agent council debate, CI gates, and secrets
121
+ scanning, and works with Claude Code / Codex / Gemini / Cursor / Windsurf / Zed / JetBrains.
122
+
123
+ MIT, npm + official MCP registry. `npx @jigyasudham/veto init`.
124
+ Repo: https://github.com/jigyasudham/veto — keen on feedback re: wiring it to local backends.
125
+ ```
126
+
127
+ ### r/ChatGPTCoding
128
+ **Title:** Open-source MCP server: 89 tools + 49-agent council that works across Codex, Claude, Gemini & Cursor
129
+ **Body:**
130
+ ```
131
+ Veto is an MCP server that gives whatever AI coding CLI you use (Codex, Claude Code, Gemini,
132
+ Cursor, Windsurf) a shared layer: 89 tools, a 49-specialist agent council, code review +
133
+ security scanning, CI gates, and memory that follows you when you switch tools.
134
+
135
+ The agents are deterministic by default and upgrade to LLM reasoning only when your client
136
+ supports it — so on a subscription there's no extra token cost (API billing does count; it
137
+ warns you). MIT, on npm + the official MCP registry.
138
+
139
+ Setup is one command: `npx @jigyasudham/veto init`
140
+ https://github.com/jigyasudham/veto
141
+ ```
142
+
143
+ > Reddit tips: post the GIF natively if the sub allows it (huge engagement boost). Lead with
144
+ > utility, not metrics. Reply to every comment in the first 2 hours. Read each sub's
145
+ > self-promo rules first — some require a flair or a ratio of non-promo participation.
146
+
147
+ ---
148
+
149
+ ## 4. X/Twitter thread
150
+
151
+ ```
152
+ 1/ I shipped Veto — one MCP server that gives every major AI CLI a council of 49 specialist
153
+ agents + 89 tools, using your existing subscription. No API keys. No extra token bill.
154
+
155
+ Claude Code, Codex, Gemini, Cursor, Windsurf, Zed, JetBrains — same superpowers everywhere.
156
+ [attach veto.gif]
157
+
158
+ 2/ The trick: the 42 worker agents are deterministic expert modules by default — real
159
+ OWASP/CWE rules, AST secret detection, complexity metrics. They run offline at zero cost,
160
+ and *optionally* upgrade to LLM reasoning via MCP Sampling on your existing plan.
161
+
162
+ 3/ The other 7 are a Council — Lead Dev, Architect, Security, Devil's Advocate, PM, UX, Legal
163
+ — that debates a plan before you build it and hands you a GREEN/YELLOW/RED verdict with the
164
+ actual trade-offs. It's saved me from a few bad calls already.
165
+
166
+ 4/ And it remembers. Save a session in Claude Code, restore it in Gemini CLI mid-task — the
167
+ handoff carries full context. Plus a router that re-tunes itself every 20 outcomes.
168
+
169
+ 5/ MIT. On npm and the official MCP registry.
170
+
171
+ One command: npx @jigyasudham/veto init
172
+
173
+ ⭐ https://github.com/jigyasudham/veto
174
+ ```
175
+
176
+ > Tag the GIF on tweet 1 (video/gif tweets get far more reach). Quote-tweet it when you hit
177
+ > milestones. Reply to "best MCP servers" threads with tweet 1.
178
+
179
+ ---
180
+
181
+ ## 5. Directory submission kit (paste into glama.ai / smithery.ai / mcp.so / pulsemcp / mcpservers.org)
182
+
183
+ **Name:** Veto
184
+ **Package:** `@jigyasudham/veto` · **Registry name:** `io.github.jigyasudham/veto`
185
+ **Repo:** https://github.com/jigyasudham/veto · **License:** MIT · **Transport:** stdio
186
+ **Install:** `npx @jigyasudham/veto init`
187
+ **Categories/tags:** mcp, agents, code-review, security, memory, council, router, ci-cd,
188
+ self-learning, multi-agent, developer-tools
189
+
190
+ **Short description (<=100 chars — matches server.json):**
191
+ ```
192
+ 89 agentic MCP tools, 49 specialist agents for every major AI CLI. Self-learning, zero API cost.
193
+ ```
194
+
195
+ **One-liner:**
196
+ ```
197
+ A council of 49 specialist agents + 89 tools for every AI CLI, using your existing subscription.
198
+ ```
199
+
200
+ **Long description:**
201
+ ```
202
+ Veto is a local MCP server that gives every major AI CLI — Claude Code, Codex, Gemini,
203
+ Antigravity, Cursor, Windsurf, Zed, JetBrains — a shared layer of 89 agentic tools and 49
204
+ specialist agents. 42 worker agents (across dev, security, memory, research, quality, and
205
+ workflow domains) run as deterministic expert modules by default and optionally upgrade to LLM
206
+ reasoning via MCP Sampling; a 7-agent Council debates trade-offs before you build. It adds code
207
+ review, security and secrets scanning, CI gates, SDD agents, Playwright automation, a
208
+ self-learning router that re-tunes its thresholds every 20 outcomes, and persistent memory that
209
+ hands off your session across CLIs. On a subscription it costs nothing extra; on API billing,
210
+ Sampling calls count and it warns you. MIT licensed.
211
+ ```
@@ -0,0 +1,94 @@
1
+ # Publishing Veto to the official MCP Registry
2
+
3
+ This document is the runbook for listing Veto on the [official Model Context
4
+ Protocol registry](https://registry.modelcontextprotocol.io) so it appears on
5
+ official sources and in registry-backed directories. The registry entry is
6
+ defined by [`server.json`](../server.json) at the repo root.
7
+
8
+ ## How the registry verifies ownership
9
+
10
+ The registry does **not** host the package — it points at the npm package
11
+ `@jigyasudham/veto`. To prove we own that package, the registry fetches
12
+ `https://registry.npmjs.org/@jigyasudham/veto/<version>` and reads the
13
+ top-level **`mcpName`** field from the published `package.json`. It must equal
14
+ the `name` in `server.json`:
15
+
16
+ ```
17
+ io.github.jigyasudham/veto
18
+ ```
19
+
20
+ The `io.github.jigyasudham/*` namespace is owned by proving control of the
21
+ GitHub account `jigyasudham` (interactive OAuth at publish time).
22
+
23
+ > **Critical ordering:** the npm version referenced in `server.json` must
24
+ > already be published **with** the `mcpName` field. The previously published
25
+ > `2.1.1` did **not** have `mcpName`, which is why this listing ships as
26
+ > `2.1.2` — the first npm release that carries it. Always `npm publish` first,
27
+ > then `mcp-publisher publish`.
28
+
29
+ ## Files involved
30
+
31
+ | File | Role |
32
+ |---|---|
33
+ | `server.json` | The registry entry (schema `2025-12-11`). Name, description (≤100 chars), repository, and the npm package + stdio transport. |
34
+ | `package.json` | Carries `"mcpName": "io.github.jigyasudham/veto"` — the ownership proof read off npm. Keep its `version` equal to `server.json` `version` and `packages[0].version`. |
35
+
36
+ Keep all three version fields in lockstep on every release:
37
+ `package.json.version` == `server.json.version` == `server.json.packages[0].version`.
38
+
39
+ ## Publish steps
40
+
41
+ Run from the repo root, on a clean `main` at the tagged release commit.
42
+
43
+ 1. **Publish the npm release that carries `mcpName`** (the user does this — it
44
+ needs npm credentials):
45
+
46
+ ```bash
47
+ npm run build
48
+ npm publish --access public # publishes @jigyasudham/veto@2.1.2
49
+ ```
50
+
51
+ Verify the field landed on npm:
52
+
53
+ ```bash
54
+ curl -s https://registry.npmjs.org/@jigyasudham/veto/2.1.2 | grep -o '"mcpName":"[^"]*"'
55
+ # -> "mcpName":"io.github.jigyasudham/veto"
56
+ ```
57
+
58
+ 2. **Install the registry publisher CLI** (`mcp-publisher`). Either download a
59
+ release binary from
60
+ [`modelcontextprotocol/registry`](https://github.com/modelcontextprotocol/registry/releases)
61
+ or build from source (`make publisher` -> `./bin/mcp-publisher`).
62
+
63
+ 3. **Authenticate the namespace** with the GitHub account `jigyasudham`
64
+ (interactive — opens a browser):
65
+
66
+ ```bash
67
+ mcp-publisher login github
68
+ ```
69
+
70
+ 4. **Validate and publish** the entry (reads `server.json` from the cwd):
71
+
72
+ ```bash
73
+ mcp-publisher publish
74
+ ```
75
+
76
+ The registry re-runs npm ownership validation server-side; if step 1 was
77
+ skipped it fails with *"NPM package is missing required 'mcpName' field"*.
78
+
79
+ 5. **Confirm the listing:**
80
+
81
+ ```bash
82
+ curl -s "https://registry.modelcontextprotocol.io/v0/servers?search=veto" | grep -o '"name":"io.github.jigyasudham/veto"'
83
+ ```
84
+
85
+ ## Updating the listing on future releases
86
+
87
+ For each new release: bump `version` in `package.json` **and** both version
88
+ fields in `server.json`, `npm publish`, then re-run `mcp-publisher publish`.
89
+ The `mcpName` field never changes.
90
+
91
+ ## Lifecycle
92
+
93
+ Use `mcp-publisher status` to move the server between `active`, `deprecated`,
94
+ and `deleted` states if needed.