Skip to content

MarkPushRec/example-mcp-server-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MCP Server Backup

This repository contains a backup of an example MCP server with the rope tool implementation that has an issue with the organize_imports operation.

Current Issue

The organize_imports operation is returning the following error:

Error organizing imports: 'ChangeSet' object has no attribute 'splitlines'

The error occurs because the code is trying to use the splitlines() method on a ChangeSet object instead of on a string.

About

Backup of MCP server with rope tool implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages