UNPKG
@chinchillaenterprises/mcp-upwork
Version:
latest (2.8.0)
staging (2.6.0)
2.8.0
2.7.0
2.6.1
2.6.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
Modular Upwork MCP server for job search and proposal management via Upwork API
@chinchillaenterprises/mcp-upwork
/
dist
/
utils
/
error-handler.d.ts
3 lines
•
171 B
TypeScript
View Raw
1
2
3
import
{
McpError
}
from
"@modelcontextprotocol/sdk/types.js"
;
export
declare
function
handleUpworkError
(
error
:
any
):
McpError
;
//# sourceMappingURL=error-handler.d.ts.map