mirror of
https://github.com/meshtastic/firmware.git
synced 2026-05-24 16:58:01 -04:00
* Start of MCP server and test suite * Add MCP server for interacting with meshtastic devices and testing framework / TUI * Update mcp-server/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix mcp-server review feedback from thread Agent-Logs-Url: https://github.com/meshtastic/firmware/sessions/91dc128a-ed50-4d07-8bb2-3dc6623a05f7 Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com> * Enhance StreamAPI and PhoneAPI for improved log record handling and concurrency control * Semgrep fixes * Trunk and semgrep fixes * optimize pio streaming tee file writes Agent-Logs-Url: https://github.com/meshtastic/firmware/sessions/04e26c6b-6a2b-45be-bbeb-79ae4d0be633 Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com> * chore: remove redundant log handle assignment Agent-Logs-Url: https://github.com/meshtastic/firmware/sessions/04e26c6b-6a2b-45be-bbeb-79ae4d0be633 Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com> * Consolidate type imports and remove placeholder test files * Add tests for config persistence and more exchange messages * Refactor position test to validate on-demand request/reply behavior * Remove position request/reply test and update README for telemetry behavior * Fix transmit history file to get removed on factory reset --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
59 lines
781 B
Plaintext
59 lines
781 B
Plaintext
.pio
|
|
pio
|
|
pio.tar
|
|
web
|
|
web.tar
|
|
|
|
# ignore vscode IDE settings files
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
|
|
.idea
|
|
.platformio
|
|
.local
|
|
.cache
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
.autotools
|
|
.built
|
|
.context
|
|
.cproject
|
|
.vagrant
|
|
nanopb*
|
|
flash.uf2
|
|
cmake-build*
|
|
__pycache__
|
|
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
venv/
|
|
.venv/
|
|
release/
|
|
.vscode/extensions.json
|
|
/compile_commands.json
|
|
src/mesh/raspihttp/certificate.pem
|
|
src/mesh/raspihttp/private_key.pem
|
|
|
|
# Ignore logo (set at build time with platformio-custom.py)
|
|
data/boot/logo.*
|
|
|
|
# pioarduino platform
|
|
managed_components/*
|
|
arduino-lib-builder*
|
|
dependencies.lock
|
|
idf_component.yml
|
|
CMakeLists.txt
|
|
/sdkconfig.*
|
|
.dummy/*
|
|
|
|
# PYTHONPATH used by the Nix shell
|
|
.python3
|
|
.claude/scheduled_tasks.lock
|
|
userPrefs.jsonc.mcp-session-bak
|