We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdubois/azure-cli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
application.properties•452 B
spring.application.name=azure-cli-mcp
azure.cli.azure-credentials=${AZURE_CREDENTIALS:}
# NOTE: You must disable the banner and the console logging
# to allow the STDIO transport to work !!!
#spring.main.banner-mode=off
#logging.pattern.console=
#logging.file.name=./azure-cli-mcp.log
spring.ai.mcp.server.enabled=true
spring.ai.mcp.server.protocol=STREAMABLE
spring.ai.mcp.server.stdio=false
spring.ai.mcp.server.name=azure-cli-mcp
server.port=8085