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
/
src
/
tools
/
earnings
/
index.ts
9 lines
(7 loc)
•
207 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ getEarningsTool }
from
"./get-earnings.js"
;
export
const
earningsTools = [ getEarningsTool.
definition
];
export
const
earningsToolHandlers = {
"upwork_get_earnings"
: getEarningsTool.
handler
};