Installation
============

1) Diesen Ordner einfach an eine beliebige Stelle auf Ihrem PC kopieren.
2) Eine Verknuepfung auf den Desktop erstellen.
3) Das Programm starten und auf den Button "Installieren" klicken.
4) Danach ist die MCP-Server-Anbindung in LM Studio installiert.

Eine Beispiel-Konfigurationsdatei mit mehreren Server ist in der Anlage.
Jedoch müssen API-Key bzw. Pfad auf das eigene System angepasst werden.

Hinzufügen zu VS-Code (Cline, RooCode, etc.)
=============================================
A) UM DEN SERVER mittels VS-Code/Codex/CLine etc. zu verwenden, muss man dem 
Agenten den Text in der Datei "AGENT_MCP_SERVER_PROBE_GUIDE.md"
"pasten", diese enthält alle Infos wie der Agent auf den Server zugreifen kann.
Danach kann man dem Agenten direkt sagen welche Tools er benutzen soll und was er tun soll.


B) Das Hinzufügen diese Eintrags erfolgt in der "mcp.json" von VS-Code. 
	"servers": {
		"Sindbyte-MCP-Server": {
			"type": "http",
			"url": "http://127.0.0.1:5559/mcp"
		}

C) Ein Hinzufügung in der cline_mcp_settings.json erfordert eine Neustart.

{
  "mcpServers": {
    "Sindbyte-MCP-Server": {
      "url": "http://127.0.0.1:5559/mcp",
      "type": "streamableHttp",
      "disabled": false,
      "autoApprove": [
        "list_tools"
      ],
      "timeout": 300
    }
  }
}


# MCP Server Tools & Configuration Complete
===========================================

## 1. Tools List Retrieved

Successfully retrieved **217 tools** across **16 categories** from Sindbyte-MCP-Server:

| Category | Count |
|----------|-------|
| ClipboardTools | 4 |
| CUTools | 13 |
| DataTools | 20 |
| FileTools | 18 |
| FTPTools | 13 |
| IQTools | 18 |
| MathTools | 11 |
| MemoryTools | 12 |
| Office | 60 |
| Picturetools | 5 |
| SystemTools | 23 |
| TextTools | 2 |
| TimerTools | 7 |
| TradingAI | 3 |
| TradingIQ | 4 |
| WebTools | 8 |

## 2. Current Cline MCP Config File

**Location:** `%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json`

```json
{
  "mcpServers": {
    "Sindbyte-MCP-Server": {
      "url": "http://127.0.0.1:5559/mcp",
      "type": "streamableHttp",
      "disabled": false,
      "autoApprove": [
        "list_tools"
      ],
      "timeout": 300
    }
  }
}
```

## 3. Installation Guide for Cline

### Step 1: Locate Config File
**Windows path:**
```
%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
```

### Step 2: Add Server Configuration
Add to the `mcpServers` object:

```json
{
  "mcpServers": {
    "Sindbyte-MCP-Server": {
      "url": "http://127.0.0.1:5559/mcp",
      "type": "streamableHttp",
      "disabled": false,
      "autoApprove": ["list_tools"],
      "timeout": 300
    }
  }
}
```

### Step 3: Configuration Options
- `url`: MCP server endpoint
- `type`: Use `streamableHttp` for HTTP servers
- `disabled`: Set `true` to temporarily disable
- `autoApprove`: Tools that skip confirmation
- `timeout`: Request timeout in seconds

### Step 4: Restart Cline
Reload VS Code window (`Ctrl+Shift+P` → "Reload Window") for changes to take effect.

//--------------------------------------------------------

Die komplette Datei von VS-Code könnte dann so aussehen:
==========================================================
{
  "servers": {
    "Sindbyte-MCP-Server": {
      "type": "http",
      "url": "http://127.0.0.1:5559/mcp"
    },
    "io.github.ChromeDevTools/chrome-devtools-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "--registry",
        "https://registry.npmjs.org",
        "chrome-devtools-mcp@0.17.3"
      ],
      "gallery": "https://api.mcp.github.com",
      "version": "0.17.3"
    }
  },
  "inputs": []
}



Rechtliche Hinweise
===================

- Die Nutzung erfolgt auf eigene Verantwortung.
- Es wird keine Haftung fuer direkte oder indirekte Schaeden uebernommen.
- Dieses Produkt ist kostenfrei fuer nicht-gewerbliche Nutzung.
- Fuer gewerbliche Nutzung bitte vorab per Mail Kontakt aufnehmen.

Name / Adresse
==============

Impressum:
© Theo Gottwald
     Herrenstr.11
76706 Dettenheim
Tel.07247-9851112
http://smart-ai-robot.com
Info@smart-package.com

