We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adrianmikula/JakartaMigration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
build.gradle.kts•472 B
plugins {
`java-library`
}
dependencies {
// Internal dependencies (proprietary)
implementation(project(":free-core-engine"))
// External dependencies (must be Apache 2.0 compatible)
implementation("org.slf4j:slf4j-api:2.0.9")
}
// NOTE: This module is PROPRIETARY and not covered by Apache License 2.0
// Only included when building with -PpremiumEnabled=true
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}