Skip to main content
Glama

Convex MCP server

Official
by get-convex
source_maps.rs674 B
use common::assert_obj; use runtime::testing::TestRuntime; use crate::test_helpers::{ UdfTest, UdfTestType, }; const EXPECTED: &str = r#" Uncaught Error: Oh bother! at throwsTheError (../convex/sourceMaps.ts:11:0) at callsSomethingElse (../convex/sourceMaps.ts:16:2) "#; #[convex_macro::test_runtime] async fn test_source_mapping(rt: TestRuntime) -> anyhow::Result<()> { UdfTest::run_test_with_isolate2(rt, async move |t: UdfTestType| { let e = t .query_js_error("sourceMaps:throwsError", assert_obj!()) .await?; assert!(format!("{e}").starts_with(EXPECTED.trim()), "{e:?}"); Ok(()) }) .await }

MCP directory API

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