Skip to main content
Glama

Raygun MCP Server

Official
by MindscapeHQ

update_source_map

Modify a source map's URI by specifying the application and source map identifiers. Ensures accurate source mapping for debugging and monitoring in Raygun MCP Server.

Instructions

Update the details of a source map

Input Schema

NameRequiredDescriptionDefault
applicationIdentifierYesApplication identifier
sourceMapIdentifierYesSource map identifier
uriYesNew URI for the source map

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "applicationIdentifier": { "description": "Application identifier", "type": "string" }, "sourceMapIdentifier": { "description": "Source map identifier", "type": "string" }, "uri": { "description": "New URI for the source map", "format": "uri", "type": "string" } }, "required": [ "applicationIdentifier", "sourceMapIdentifier", "uri" ], "type": "object" }

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/MindscapeHQ/mcp-server-raygun'

If you have feedback or need assistance with the MCP directory API, please join our Discord server