crowdsec-local-mcp 0.0.2__tar.gz → 0.2.0__tar.gz

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 (41) hide show
  1. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/PKG-INFO +1 -1
  2. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp.egg-info/PKG-INFO +1 -1
  3. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/.github/workflows/build.yml +0 -0
  4. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/.github/workflows/publish.yml +0 -0
  5. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/.gitignore +0 -0
  6. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/LICENSE +0 -0
  7. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/MANIFEST.in +0 -0
  8. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/README.md +0 -0
  9. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/pyproject.toml +0 -0
  10. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/setup.cfg +0 -0
  11. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/__init__.py +0 -0
  12. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/__main__.py +0 -0
  13. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/.gitignore +0 -0
  14. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/crowdsec/acquis.d/appsec.yaml +0 -0
  15. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/crowdsec/appsec-configs/mcp-appsec.yaml.template +0 -0
  16. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/crowdsec/init-bouncer.sh +0 -0
  17. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/docker-compose.yml +0 -0
  18. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/nginx/Dockerfile +0 -0
  19. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/nginx/crowdsec/crowdsec-openresty-bouncer.conf +0 -0
  20. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/nginx/nginx.conf +0 -0
  21. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/nginx/site-enabled/default-site.conf +0 -0
  22. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/rules/.gitkeep +0 -0
  23. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/compose/waf-test/rules/base-config.yaml +0 -0
  24. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/mcp_core.py +0 -0
  25. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/mcp_scenarios.py +0 -0
  26. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/mcp_waf.py +0 -0
  27. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/prompts/prompt-scenario-deploy.txt +0 -0
  28. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/prompts/prompt-scenario-examples.txt +0 -0
  29. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/prompts/prompt-scenario.txt +0 -0
  30. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/prompts/prompt-waf-deploy.txt +0 -0
  31. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/prompts/prompt-waf-examples.txt +0 -0
  32. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/prompts/prompt-waf.txt +0 -0
  33. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/setup_cli.py +0 -0
  34. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/yaml-schemas/appsec_rules_schema.yaml +0 -0
  35. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp/yaml-schemas/scenario_schema.yaml +0 -0
  36. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp.egg-info/SOURCES.txt +0 -0
  37. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp.egg-info/dependency_links.txt +0 -0
  38. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp.egg-info/entry_points.txt +0 -0
  39. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp.egg-info/requires.txt +0 -0
  40. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/src/crowdsec_local_mcp.egg-info/top_level.txt +0 -0
  41. {crowdsec_local_mcp-0.0.2 → crowdsec_local_mcp-0.2.0}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crowdsec-local-mcp
3
- Version: 0.0.2
3
+ Version: 0.2.0
4
4
  Summary: An MCP exposing prompts and tools to help users write WAF rules, scenarios etc.
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crowdsec-local-mcp
3
- Version: 0.0.2
3
+ Version: 0.2.0
4
4
  Summary: An MCP exposing prompts and tools to help users write WAF rules, scenarios etc.
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown