We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/de-grave/OneKGP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
application.properties•940 B
# Test configuration for Dnaerys MCP Server
# Logging
%test.quarkus.log.level=INFO
%test.quarkus.log.category."org.dnaerys".level=DEBUG
# gRPC client configuration for CDI-managed DnaerysClient
# Default production config
quarkus.grpc.clients.dnaerys.host=db.dnaerys.org
quarkus.grpc.clients.dnaerys.port=443
quarkus.grpc.clients.dnaerys.plain-text=false
quarkus.grpc.clients.dnaerys.ssl.trust-certificate-path=certs/dnaerys-trust.pem
# Disable SSE for tests (use synchronous calls)
%test.quarkus.mcp.sse.enabled=false
# Suppress expected error logs during error handling tests
%test.quarkus.log.category."org.dnaerys.client.DnaerysClient".level=OFF
%test.quarkus.log.category."org.dnaerys.mcp.OneKGPdMCPServer".level=OFF
# WireMock gRPC test configuration
# Port 8089 is used by WireMockGrpcResource (fixed port)
# The host/port/plain-text config is returned by WireMockGrpcResource.start()
quarkus.grpc.clients.dnaerys.test-port=8089