@mtgibbs/canvas-lms-mcp 0.2.3 → 0.2.9
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.
- package/README.md +5 -5
- package/manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -375,11 +375,11 @@ canvas stats --hide-empty
|
|
|
375
375
|
|
|
376
376
|
These options work with all commands:
|
|
377
377
|
|
|
378
|
-
| Option | Description
|
|
379
|
-
| ------------------- |
|
|
380
|
-
| `--format <format>` | Output format: `json` (default) or `table`
|
|
381
|
-
| `--student <id>` | Student ID for observer accounts
|
|
382
|
-
| `--help` | Show help for a command
|
|
378
|
+
| Option | Description |
|
|
379
|
+
| ------------------- | ---------------------------------------------------------------------------------- |
|
|
380
|
+
| `--format <format>` | Output format: `json` (default) or `table` |
|
|
381
|
+
| `--student <id>` | Student ID for observer accounts (uses `CANVAS_STUDENT_ID` from config if omitted) |
|
|
382
|
+
| `--help` | Show help for a command |
|
|
383
383
|
|
|
384
384
|
### Output Formats
|
|
385
385
|
|
package/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": "0.3",
|
|
3
3
|
"name": "canvas-lms-mcp",
|
|
4
4
|
"display_name": "Canvas LMS",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.9",
|
|
6
6
|
"description": "Connect Claude to your Canvas LMS account to query grades, assignments, missing work, and more.",
|
|
7
7
|
"long_description": "An MCP server that connects AI assistants like Claude to your Canvas LMS account. Perfect for parents monitoring their child's academic progress, students tracking their own work, or anyone who wants to interact with Canvas data through natural language.\n\nAsk Claude things like:\n- What assignments are due this week?\n- Show me missing assignments across all classes\n- What's my grade in Biology?\n- Are there any late assignments I should know about?",
|
|
8
8
|
"author": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mtgibbs/canvas-lms-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "Canvas LMS MCP (Model Context Protocol) server for AI assistants. Query student grades, assignments, and academic data through Claude or other MCP-compatible AI tools.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|