UNPKG
@myuon/refactor-mcp
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.0
MCP server for refactoring tools
github.com/myuon/refactor-mcp
myuon/refactor-mcp
@myuon/refactor-mcp
/
dist
/
server.d.ts
4 lines
(3 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
export
{ searchFiles, readFileContent, writeFileContent }
from
'./utils/file-utils.js'
;
export
{ groupConsecutiveLines }
from
'./utils/line-utils.js'
;
export
declare
function
startServer
(
):
Promise
<
void
>;