@stacksfinder/mcp-server 1.5.1 → 1.6.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.
- package/README.md +6 -1
- package/dist/data/compatibility_matrix.json +1160 -228
- package/dist/data/index.d.ts +2 -2
- package/dist/data/index.d.ts.map +1 -1
- package/dist/data/index.js +52 -43
- package/dist/data/index.js.map +1 -1
- package/dist/data/technology_scores.json +2936 -1030
- package/dist/http.js +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +463 -313
- package/dist/server.js.map +1 -1
- package/dist/tools/audit.d.ts +81 -1
- package/dist/tools/audit.d.ts.map +1 -1
- package/dist/tools/audit.js +358 -171
- package/dist/tools/audit.js.map +1 -1
- package/dist/tools/list-techs.d.ts +4 -4
- package/dist/tools/list-techs.js +1 -1
- package/dist/tools/list-techs.js.map +1 -1
- package/dist/tools/project-kit/generate.d.ts.map +1 -1
- package/dist/tools/project-kit/generate.js +2 -1
- package/dist/tools/project-kit/generate.js.map +1 -1
- package/dist/tools/project-kit/match-mcps.d.ts +1 -1
- package/dist/tools/project-kit/match-mcps.d.ts.map +1 -1
- package/dist/tools/project-kit/match-mcps.js +213 -199
- package/dist/tools/project-kit/match-mcps.js.map +1 -1
- package/dist/tools/recommend-demo.d.ts.map +1 -1
- package/dist/tools/recommend-demo.js +34 -10
- package/dist/tools/recommend-demo.js.map +1 -1
- package/package.json +75 -75
package/README.md
CHANGED
|
@@ -175,7 +175,7 @@ StacksFinder is compatible with **ChatGPT Developer Mode** (available on Pro, Pl
|
|
|
175
175
|
|
|
176
176
|
| Tool | Description |
|
|
177
177
|
|------|-------------|
|
|
178
|
-
| `list_technologies` | List all
|
|
178
|
+
| `list_technologies` | List all 80+ tech IDs by category |
|
|
179
179
|
| `analyze_tech` | 6-dimension scores, strengths, weaknesses, compatible techs |
|
|
180
180
|
| `compare_techs` | Side-by-side comparison of 2-4 technologies |
|
|
181
181
|
| `recommend_stack` | **FREE 1x/day** — Full stack recommendation for any project type |
|
|
@@ -574,6 +574,11 @@ For security vulnerabilities, please see our [Security Policy](SECURITY.md).
|
|
|
574
574
|
- **GitHub**: [github.com/hoklims/stacksfinder-mcp](https://github.com/hoklims/stacksfinder-mcp)
|
|
575
575
|
- **npm**: [@stacksfinder/mcp-server](https://www.npmjs.com/package/@stacksfinder/mcp-server)
|
|
576
576
|
|
|
577
|
+
## Related
|
|
578
|
+
|
|
579
|
+
- **CLI**: [create-stacksfinder](https://www.npmjs.com/package/create-stacksfinder) — Scaffold projects from terminal
|
|
580
|
+
- **Website**: [stacksfinder.dev](https://stacksfinder.dev) — Full web experience
|
|
581
|
+
|
|
577
582
|
## License
|
|
578
583
|
|
|
579
584
|
MIT
|