We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-convex/convex-backend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
notSourceMappable.ts•472 B
import { action } from "./_generated/server";
export const nop = action({
args: {},
handler: async () => {},
});
/**
* This function is not source-mappable by our current analyze because this file
* include a helper function used in another entry point. That makes the bundler
* stick both of these functions in deps/ file and makes this file just a
* re-export of that nop function.
*/
export function helper(a: number, b: number): number {
return a + b;
}