example-mcp-server-backup

MarkPushRec/example-mcp-server-backup

3.1

If you are the rightful owner of example-mcp-server-backup and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a summary of a Model Context Protocol (MCP) server backup, highlighting an issue with the 'organize_imports' operation.

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.