name: dev shell: true agents: [ripgrep_search] function_tools:
- multilspy_tools.py:lsp_hover
- multilspy_tools.py:lsp_definition
- multilspy_tools.py:lsp_references
- multilspy_tools.py:lsp_document_symbols
- multilspy_tools.py:lsp_workspace_symbols
name: dev shell: true agents: [ripgrep_search] function_tools:
| import time | |
| import datetime | |
| print('Job started') | |
| start_time = time.time() | |
| while time.time() - start_time < 120: # 2 minutes | |
| elapsed = int(time.time() - start_time) | |
| print(f'[{elapsed}s] Echo: Job is still running at {datetime.datetime.now()}', flush=True) | |
| time.sleep(5) |
| ModelContextProtocol discord https://discord.gg/v6QMzFqp |
We will be working on Model Context Protocol - please review the schema here:
{{url:https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/refs/heads/main/schema/2025-06-18/schema.ts}}The architecture is described here:
{{url:https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/refs/heads/main/docs/specification/2025-06-18/architecture/index.mdx}}| { | |
| "name": "crashtest", | |
| "version": "1.0.0", | |
| "main": "dist/server.js", | |
| "type": "module", | |
| "scripts": { | |
| "build": "tsc", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "dependencies": { |
| #!/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 |
| 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" |
| ## Inside a List | |
| - This is a test (normal fences) | |
| ```html | |
| <foo /> | |
| ``` | |
| - This is another test (indented block) |
| BREAD: 8959393 | |
| TOMATO: 30134 | |
| APPLE: 0303033 | |
| BANANA : 0033999 |