Update project functionality and configuration

This commit is contained in:
2026-08-14 17:59:07 +09:00
parent a4eb5a580f
commit 189277a78c
113 changed files with 4838 additions and 348 deletions

View File

@@ -0,0 +1,18 @@
server:
port: ${AGENT_TEST_PORT:7070}
agent-test:
mcp:
endpoint-url: ${MCP_ENDPOINT_URL:http://localhost:8080/mcp}
protocol-version: ${MCP_PROTOCOL_VERSION:2025-11-25}
tool-server:
manifest-url: ${TOOL_MANIFEST_URL:http://localhost:9092/tool-manifest}
api-key: ${TOOL_SERVER_API_KEY:tool-server-key}
portal:
registry-revision: ${PORTAL_REGISTRY_REVISION:1}
route-key: ${PORTAL_ROUTE_KEY:cus}
tool-service-domain: ${TOOL_SERVICE_DOMAIN:http://localhost:9092}
logging:
level:
com.example.agenttest: INFO