Skip to content

Commit 11513c9

Browse files
committed
Initial establishment with MCP AI agent.
1 parent a967bf6 commit 11513c9

17 files changed

Lines changed: 4263 additions & 45 deletions

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,10 @@ backend_server-aarch64-apple-darwin
229229
backend_server-x86_64-apple-darwin
230230
backend_server-i686-unknown-linux-gnu
231231
website/
232-
about/
232+
locallens_mcp_agent/
233+
backend/launch_daemon.command
234+
about/
235+
236+
237+
#user local profile
238+
.DS_Store

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to Local Lens will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
- **MCP (Model Context Protocol) Agent Groundwork (Internal)**: Scaffolded a standalone MCP server inside `locallens_mcp_agent/` to enable future local chat tooling (no user-facing UI shipped yet).
13+
- Added `/api/stats` endpoint to the FastAPI backend to supply summary metrics for internal diagnostics and MCP tool clients.
14+
- FastAPI backend now exports its bound network port to `APP_DATA_DIR/port.txt` so local tool clients can connect without hardcoded ports.
15+
816
## [2.3.0] - 2026-04-03
917

1018
### Fixed

0 commit comments

Comments
 (0)