Update project functionality and configuration
This commit is contained in:
18
potal/agent-test-backend/bin/main/application.yml
Normal file
18
potal/agent-test-backend/bin/main/application.yml
Normal 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
|
||||
Reference in New Issue
Block a user