Skip to main content
Glama

Raygun MCP Server

Official
by MindscapeHQ

upload_source_map

Upload a source map to link minified code with original source files for specified applications, enabling precise debugging and error tracking in Raygun MCP Server.

Instructions

Uploads a source map to the specified application

Input Schema

NameRequiredDescriptionDefault
applicationIdentifierYesApplication identifier
filePathYesPath to the source map file
uriYesURI to associate with the source map

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "applicationIdentifier": { "description": "Application identifier", "type": "string" }, "filePath": { "description": "Path to the source map file", "type": "string" }, "uri": { "description": "URI to associate with the source map", "format": "uri", "type": "string" } }, "required": [ "applicationIdentifier", "filePath", "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