ErrLookup › modelcontextprotocol/servers
modelcontextprotocol/servers
Model Context Protocol Servers · TypeScript · 59 source files
Analyzed at 76d64c822f on 2026-08-12. 42 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Invalid resourceType: ${args?.resourceType}. Must be ${RESOU | validation | error | mcp, typescript, validation, everything-server, prompts |
| Invalid resourceId: ${args?.resourceId}. Must be a finite po | validation | error | mcp, typescript, validation, everything-server, prompts |
| Unknown resource: ${uri.toString()} | exception | error | mcp, typescript, validation, everything-server, resources, uri-templates |
| Invalid resourceType: ${args?.resourceType}. Must be ${RESOU | validation | error | mcp, typescript, validation, everything-server, tools |
| Invalid resourceId: ${args?.resourceId}. Must be a finite po | validation | error | mcp, typescript, validation, everything-server, tools, schema-gap |
| Unknown outputType: ${outputType} | exception | error | mcp, typescript, validation, everything-server, tools, defensive |
| Unsupported URL protocol for ${dataUri}. Only http, https, a | validation | error | mcp, typescript, validation, everything-server, network, security, url |
| Domain ${domain} is not in the allowed domains list. | validation | error | mcp, typescript, validation, everything-server, security, ssrf, configuration, env |
| Error processing file ${dataUri}: ${error instanceof Error ? | exception | error | mcp, typescript, everything-server, error-wrapping, network, validation |
| No response body | exception | error | mcp, typescript, everything-server, network, fetch |
| Content-Length for ${url} exceeds max of ${maxBytes}: ${cont | exception | error | mcp, typescript, everything-server, network, limits, configuration, env |
| Response from ${url} exceeds ${maxBytes} bytes | exception | error | mcp, typescript, everything-server, network, limits, streaming, configuration, env |
-32042 This request requires browser-based authorization. | error_code | error | mcp, typescript, everything-server, elicitation, error-code-32042, oauth, tools |
| Cannot specify both head and tail parameters simultaneously | validation | error | mcp, typescript, filesystem-server, validation, tools |
| Server cannot operate: No allowed directories available. Ser | exception | critical | mcp, typescript, filesystem-server, startup, roots, configuration, security |
| Access denied - path outside allowed directories: ${absolute | validation | error | mcp, typescript, filesystem-server, security, access-control, validation |
| Access denied - symlink target outside allowed directories: | validation | error | mcp, typescript, filesystem-server, security, symlink, access-control |
| Access denied - parent directory outside allowed directories | validation | error | mcp, typescript, filesystem-server, security, access-control, symlink, validation |
| Parent directory does not exist: ${parentDir} | exception | error | mcp, typescript, filesystem-server, validation, filesystem, enoent |
| Could not find exact match for edit:\n${edit.oldText} | validation | error | filesystem, typescript, content-mismatch, edit |
| Entity with name ${o.entityName} not found | exception | error | memory, typescript, entity-not-found, knowledge-graph |
-32603 Failed to fetch robots.txt {robot_txt_url} due to a connection issue | error_code | warning | fetch, python, network, robots-txt, connection-error |
-32602 {e} | error_code | error | fetch, python, invalid-params, validation, pydantic |
| Invalid target: '{target}' - cannot start with '-' | exception | error | git, python, security, flag-injection, validation |
| Invalid path: '{f}' | validation | error | git, python, path, symlink, validation |
| Path '{f}' is outside the repository '{repo_root}' | validation | error | git, python, security, path-traversal, validation |
| Invalid start_timestamp: '{start_timestamp}' - cannot start | validation | error | git, python, security, flag-injection, validation |
| Invalid end_timestamp: '{end_timestamp}' - cannot start with | validation | error | git, python, security, flag-injection, validation |
| Invalid branch name: '{branch_name}' - cannot start with '-' | exception | error | git, python, security, flag-injection, validation |
| Invalid base branch: '{base_branch}' - cannot start with '-' | exception | error | git, python, security, flag-injection, validation |
| Invalid revision: '{revision}' - cannot start with '-' | validation | error | git, python, security, flag-injection, validation |
| Invalid path: {repo_path} | validation | error | git, python, path, validation, symlink |
| Repository path '{repo_path}' is outside the allowed reposit | validation | error | git, security, path-traversal, python, config |
| Invalid contains value: '{contains}' - cannot start with '-' | validation | error | git, flag-injection, security, python, validation |
| Invalid not_contains value: '{not_contains}' - cannot start | validation | error | git, flag-injection, security, python, validation |
| Unknown tool: {name} | exception | error | git, dispatch, version-skew, python |
INVALID_PARAMS Invalid timezone: {str(e)} | error_code | error | time, timezone, zoneinfo, python, invalid-params |
| Invalid time format. Expected HH:MM [24-hour format] | validation | error | time, format, validation, python |
| Missing required argument: timezone | validation | error | time, arguments, validation, python |
| Missing required arguments | validation | error | time, arguments, validation, python |
| Unknown tool: {name} | exception | error | time, dispatch, version-skew, python |
| Error processing mcp-server-time query: {str(e)} | exception | error | time, error-handling, catch-all, python, code-smell |