This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "crashtest", | |
"version": "1.0.0", | |
"main": "dist/server.js", | |
"type": "module", | |
"scripts": { | |
"build": "tsc", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"dependencies": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import json | |
import anyio | |
from jsonschema import validate | |
from mcp import ReadResourceResult | |
from mcp.client.session import ClientSession | |
from mcp.client.stdio import StdioServerParameters, stdio_client | |
from mcp.types import CallToolResult |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
param( | |
[Parameter(Mandatory=$true)] | |
[string]$PackageName | |
) | |
Write-Host "Starting installation process for $PackageName..." | |
# Check Claude Desktop folder | |
Write-Host "Checking Claude Desktop installation..." | |
$claudeFolder = Join-Path $env:APPDATA "Claude" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Inside a List | |
- This is a test (normal fences) | |
```html | |
<foo /> | |
``` | |
- This is another test (indented block) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAD: 8959393 | |
TOMATO: 30134 | |
APPLE: 0303033 | |
BANANA : 0033999 |