Replace 'AI' with 'Claude' throughout docs

This commit is contained in:
Ryan Malloy 2026-02-05 12:04:23 -07:00
parent 388a6d3ead
commit f9153af769
4 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@ title: mcnanovna
description: MCP servers for NanoVNA control and antenna positioner automation description: MCP servers for NanoVNA control and antenna positioner automation
template: splash template: splash
hero: hero:
tagline: Give your AI direct control of RF test equipment tagline: MCP servers for RF test equipment automation
image: image:
file: ../../assets/hero.svg file: ../../assets/hero.svg
actions: actions:
@ -26,7 +26,7 @@ import nanoVNA from '../../assets/hardware/NanoVNA-H-2.jpg';
## What is this? ## What is this?
Two MCP servers that let AI assistants control RF test equipment: Two MCP servers that let Claude control RF test equipment:
<CardGrid stagger> <CardGrid stagger>
<Card title="mcnanovna" icon="document"> <Card title="mcnanovna" icon="document">
@ -39,7 +39,7 @@ Two MCP servers that let AI assistants control RF test equipment:
</Card> </Card>
<Card title="Cross-Server Workflows" icon="rocket"> <Card title="Cross-Server Workflows" icon="rocket">
Both servers work together for automated 3D antenna pattern measurement. Both servers work together for automated 3D antenna pattern measurement.
The AI orchestrates positioning and VNA measurements across the grid. Claude orchestrates positioning and VNA measurements across the grid.
</Card> </Card>
<Card title="Web UI" icon="laptop"> <Card title="Web UI" icon="laptop">
Optional Three.js 3D viewer for radiation patterns. Optional Three.js 3D viewer for radiation patterns.
@ -49,7 +49,7 @@ Two MCP servers that let AI assistants control RF test equipment:
## What Can It Do? ## What Can It Do?
Your AI assistant gains direct access to professional RF measurement capabilities: Direct access to professional RF measurement capabilities:
<div class="screenshot-gallery"> <div class="screenshot-gallery">
<figure> <figure>
@ -104,7 +104,7 @@ Then ask Claude to analyze your antenna, measure a filter, or run a 3D pattern s
## Example Prompts ## Example Prompts
Once installed, try asking your AI: Once installed, try asking Claude:
- *"Connect to my NanoVNA and sweep 7.0-7.3 MHz to check my 40m dipole"* - *"Connect to my NanoVNA and sweep 7.0-7.3 MHz to check my 40m dipole"*
- *"Measure the insertion loss of this BPF from 144-148 MHz"* - *"Measure the insertion loss of this BPF from 144-148 MHz"*

View File

@ -5,7 +5,7 @@ description: MCP server for NanoVNA-H vector network analyzers
import { Aside } from '@astrojs/starlight/components'; import { Aside } from '@astrojs/starlight/components';
mcnanovna gives AI assistants direct control of NanoVNA-H vector network analyzers over USB serial. It exposes 78 MCP tools for frequency sweeps, S-parameter measurements, calibration, LCD capture, RF analysis, and 3D antenna radiation pattern visualization. mcnanovna gives Claude direct control of NanoVNA-H vector network analyzers over USB serial. It exposes 78 MCP tools for frequency sweeps, S-parameter measurements, calibration, LCD capture, RF analysis, and 3D antenna radiation pattern visualization.
## Capabilities ## Capabilities

View File

@ -5,7 +5,7 @@ description: Guided workflow prompts for mcnanovna
import { Aside } from '@astrojs/starlight/components'; import { Aside } from '@astrojs/starlight/components';
Prompts are pre-built conversation templates that guide the AI through multi-step procedures. They set up context and provide step-by-step instructions for common workflows. Prompts are pre-built conversation templates that guide Claude through multi-step procedures. They set up context and provide step-by-step instructions for common workflows.
## Available Prompts ## Available Prompts

View File

@ -5,7 +5,7 @@ description: MCP server for ESP32 dual-axis antenna positioner
import { Aside } from '@astrojs/starlight/components'; import { Aside } from '@astrojs/starlight/components';
mcpositioner gives AI assistants control of an ESP32-based dual-axis antenna positioner over WiFi. It drives two NEMA 17 stepper motors via TMC2209 drivers for theta (polar, 0-180°) and phi (azimuth, 0-360°) rotation. mcpositioner gives Claude control of an ESP32-based dual-axis antenna positioner over WiFi. It drives two NEMA 17 stepper motors via TMC2209 drivers for theta (polar, 0-180°) and phi (azimuth, 0-360°) rotation.
## Purpose ## Purpose