Commit Graph

18 Commits

Author SHA1 Message Date
Gianluca Brigandi
f9efb70f19 * Ported code to RMCP
* Implemented unit and e2e testing
* Other fixes and enhancements
2025-05-22 20:02:41 -07:00
Gianluca Brigandi
13f93cc844 Update README with correct MCP flow for rmcp implementation
- Aligned initialize response with actual rmcp server output
- Updated tools/list response to match real JSON schema format
- Corrected tool name from 'wazuhAlerts' to 'get_wazuh_alert_summary'
- Added proper MCP content format with text type responses
- Included error response examples for connection failures
- Updated tool call examples with correct parameter structure
- Removed outdated outputSchema references (not used in rmcp)
- Added proper JSON schema format with draft-07 specification
2025-05-22 16:39:13 -07:00
Gianluca Brigandi
87ac8a6695 Port mcp-server-wazuh to rmcp framework
- Replaced custom MCP implementation with rmcp framework
- Simplified architecture to use stdio transport only
- Implemented WazuhToolsServer with #[tool(tool_box)] attribute
- Added get_wazuh_alert_summary tool with proper parameter schema
- Removed HTTP transport and axum dependencies
- Updated README with new installation and usage instructions
- Maintained compatibility with existing Wazuh Indexer client
- Simplified error handling by removing axum-specific code
2025-05-22 16:24:11 -07:00
Gianluca Brigandi
5574dcc43a remove redundant Claude configuration 2025-05-15 18:57:48 -07:00
Gianluca Brigandi
8b491fe84a removed somehow redundant features section 2025-05-15 18:56:08 -07:00
Gianluca Brigandi
53c5f7417e minor README.md changes 2025-05-15 18:54:51 -07:00
Gianluca Brigandi
ccb3fce350 Enhanced documentation and pointing to releases page for installation 2025-05-15 18:52:36 -07:00
Gianluca Brigandi
2e401259ec added permission 2025-05-15 18:36:31 -07:00
Gianluca Brigandi
66410e8dde automated builds 2025-05-15 18:29:10 -07:00
Gianluca Brigandi
6f65c7e2fe added screenshot 2025-05-15 16:45:52 -07:00
Gianluca Brigandi
d18c0881fe Improved documentation 2025-05-15 16:21:46 -07:00
Gianluca Brigandi
cd8e1e1c00 Added support for handling initialized and exit notifications 2025-05-12 20:31:34 -07:00
Gianluca Brigandi
13494cf101 Wazuh MCP server successfully tested with Claude 2025-05-12 19:29:09 -07:00
gbrigandi
65e2c55ccb
Update README.md 2025-05-07 11:30:10 -07:00
Gianluca Brigandi
f596d4aa79 fixed additional formatting issues with README.md 2025-05-07 11:27:41 -07:00
Gianluca Brigandi
3a34db3c41 minor fixes to the README 2025-05-07 11:23:39 -07:00
Gianluca Brigandi
a6a29aba3f fixed formatting issue 2025-05-07 11:21:44 -07:00
Gianluca Brigandi
ce2460928a first commit 2025-05-07 11:16:24 -07:00