mirror of
https://github.com/FunnyWolf/agentic-soc-platform.git
synced 2026-08-22 13:12:56 +02:00
update mcp setting
This commit is contained in:
@@ -36,7 +36,7 @@ if __name__ == "__main__":
|
||||
|
||||
mcp.settings.host = host
|
||||
mcp.settings.port = port
|
||||
|
||||
mcp.settings.transport_security = None
|
||||
# add tools
|
||||
from PLUGINS.MCP.llmfunc import (
|
||||
attach_artifact_to_alert,
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ name = "asf"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.12, <3.14"
|
||||
dependencies = [
|
||||
"apscheduler>=3.11.0",
|
||||
"channels>=4.3.1",
|
||||
|
||||
Reference in New Issue
Block a user