@goonnguyen/human-mcp 2.12.0 → 2.13.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 -2
- package/dist/index.js +193457 -0
- package/dist/index.js.map +901 -0
- package/package.json +4 -2
- package/scripts/postinstall.js +34 -0
package/README.md
CHANGED
|
@@ -1702,6 +1702,12 @@ Human MCP is built for the developer community. Whether you're integrating with
|
|
|
1702
1702
|
- **AI Reflection**: Complex meta-cognitive analysis for improving reasoning quality
|
|
1703
1703
|
- **Output Formats**: Structured thought chains, pattern-based solutions, improvement recommendations
|
|
1704
1704
|
|
|
1705
|
+
---
|
|
1706
|
+
|
|
1707
|
+
## Star History
|
|
1708
|
+
|
|
1709
|
+
[](https://www.star-history.com/#mrgoonie/human-mcp&type=date&legend=top-left)
|
|
1710
|
+
|
|
1705
1711
|
## Contributing
|
|
1706
1712
|
|
|
1707
1713
|
1. Fork the repository
|
|
@@ -1730,6 +1736,4 @@ Comprehensive documentation is available in the `/docs` directory:
|
|
|
1730
1736
|
- 🐛 [Issues](https://github.com/human-mcp/human-mcp/issues) - Report bugs and request features
|
|
1731
1737
|
- 💬 [Discussions](https://github.com/human-mcp/human-mcp/discussions) - Community discussions
|
|
1732
1738
|
|
|
1733
|
-
---
|
|
1734
|
-
|
|
1735
1739
|
**Human MCP** - Making visual debugging as natural as asking a human to look at your screen.
|