infinitecampus-mcp 0.1.1 → 2.0.0
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 +2 -2
- package/dist/bundle.js +592 -71
- package/dist/client.js +15 -2
- package/dist/index.js +13 -1
- package/dist/tools/_shared.js +31 -0
- package/dist/tools/assessments.js +50 -0
- package/dist/tools/assignments.js +21 -11
- package/dist/tools/attendance.js +58 -12
- package/dist/tools/attendance_events.js +86 -0
- package/dist/tools/behavior.js +4 -5
- package/dist/tools/calendar.js +68 -0
- package/dist/tools/districts.js +3 -1
- package/dist/tools/documents.js +39 -9
- package/dist/tools/fees.js +43 -0
- package/dist/tools/foodservice.js +4 -5
- package/dist/tools/grades.js +2 -1
- package/dist/tools/messages.js +101 -13
- package/dist/tools/recent_grades.js +39 -0
- package/dist/tools/schedule.js +2 -1
- package/dist/tools/students.js +2 -1
- package/dist/tools/teachers.js +46 -0
- package/package.json +1 -1
- package/skills/ic/SKILL.md +6 -14
package/README.md
CHANGED
|
@@ -15,9 +15,9 @@ MCP server for Infinite Campus (Campus Parent portal). Single-account config —
|
|
|
15
15
|
| Behavior | `ic_list_behavior` |
|
|
16
16
|
| Food service | `ic_list_food_service` |
|
|
17
17
|
| Documents | `ic_list_documents`, `ic_download_document` |
|
|
18
|
-
|
|
|
18
|
+
| Notifications | `ic_list_messages` (prism notifications), `ic_get_message` (unread count) |
|
|
19
19
|
|
|
20
|
-
Tools that the harness will gate as write/IO operations: `
|
|
20
|
+
Tools that the harness will gate as write/IO operations: `ic_download_document`.
|
|
21
21
|
|
|
22
22
|
## Configuration
|
|
23
23
|
|