We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
trybuild.rs•315 B
// TODO: These are disabled because they no longer pass in CI due to a timeout. We should either
// figure out why and re-enable them or just remove this project.
#[test]
pub fn trybuild() {
let _t = trybuild::TestCases::new();
// t.pass("tests/ui/*-pass.rs");
// t.compile_fail("tests/ui/*-fail.rs")
}