Files
dap-was-dapms/potal/agent-test-backend/bin/main/application.yml

19 lines
546 B
YAML

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