overleaf-forge 2.8.3 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -148,7 +148,7 @@ For more than one project, per-project contexts, or the SSA bootstrap, use a `pr
148
148
  npx overleaf-forge init
149
149
  ```
150
150
 
151
- That creates `~/.overleaf-mcp/projects.json` from the example and copies the editable templates into `~/.overleaf-mcp/templates/`. Then fill in the config:
151
+ That creates `~/.overleaf-mcp/projects.json` from the example and copies the editable templates into `~/.overleaf-mcp/templates/`. You can fill in the settings conversationally instead of by hand: ask the assistant to set up overleaf-forge and it runs the `configure` tool (which asks where your templates, voice linter, and course folders live, then writes them). Or edit the file directly:
152
152
 
153
153
  ```json
154
154
  {
@@ -251,6 +251,7 @@ By the built-in convention this parses the name, locates the parent course folde
251
251
 
252
252
  | Tool | Purpose |
253
253
  | --- | --- |
254
+ | `configure` | Set up the global settings conversationally: call with no arguments to see what's unset and the questions to ask, then call again with the answers. Writes `projects.json`. |
254
255
  | `get_context` | Read the writing guidelines + the active project's context. Intended first call of a session. |
255
256
  | `list_projects` | List configured projects; mark which one auto-detects from the current directory. |
256
257
  | `register_project` | Add or overwrite a project entry without hand-editing JSON. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overleaf-forge",
3
- "version": "2.8.3",
3
+ "version": "2.9.1",
4
4
  "description": "MCP server to read, edit, compile, and verify Overleaf/LaTeX projects over git: conflict-safe edits, figure upload, clean-build verification, citation and voice linting.",
5
5
  "type": "module",
6
6
  "main": "overleaf-mcp-server.js",