infinitecampus-mcp 2.3.0 → 2.3.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.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/dist/bundle.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"metadata": {
|
|
9
9
|
"description": "MCP server for Infinite Campus (Campus Parent) — grades, attendance, assignments, messages, documents",
|
|
10
|
-
"version": "2.3.
|
|
10
|
+
"version": "2.3.1"
|
|
11
11
|
},
|
|
12
12
|
"plugins": [
|
|
13
13
|
{
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"displayName": "Infinite Campus",
|
|
16
16
|
"source": "./",
|
|
17
17
|
"description": "Infinite Campus (Campus Parent) MCP server for Claude — grades, attendance, assignments, messages, and documents via natural language",
|
|
18
|
-
"version": "2.3.
|
|
18
|
+
"version": "2.3.1",
|
|
19
19
|
"author": {
|
|
20
20
|
"name": "Chris Hall"
|
|
21
21
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infinitecampus-mcp",
|
|
3
3
|
"displayName": "Infinite Campus",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.1",
|
|
5
5
|
"description": "Infinite Campus (Campus Parent) MCP server for Claude — grades, attendance, assignments, messages, and documents",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Chris Hall",
|
package/dist/bundle.js
CHANGED
|
@@ -37197,7 +37197,7 @@ function loadAccount(env = process.env) {
|
|
|
37197
37197
|
// package.json
|
|
37198
37198
|
var package_default = {
|
|
37199
37199
|
name: "infinitecampus-mcp",
|
|
37200
|
-
version: "2.3.
|
|
37200
|
+
version: "2.3.1",
|
|
37201
37201
|
mcpName: "io.github.chrischall/infinitecampus-mcp",
|
|
37202
37202
|
description: "Infinite Campus (Campus Parent) MCP server \u2014 multi-district read + message/document write",
|
|
37203
37203
|
author: "Claude Code (AI) <https://www.anthropic.com/claude>",
|
|
@@ -38575,7 +38575,7 @@ try {
|
|
|
38575
38575
|
} catch (e) {
|
|
38576
38576
|
configError = e;
|
|
38577
38577
|
}
|
|
38578
|
-
var server = new McpServer({ name: "infinitecampus", version: "2.3.
|
|
38578
|
+
var server = new McpServer({ name: "infinitecampus", version: "2.3.1" });
|
|
38579
38579
|
if (account) {
|
|
38580
38580
|
const client = new ICClient(account, { preloaded });
|
|
38581
38581
|
registerDistrictTools(server, client);
|
package/dist/index.js
CHANGED
|
@@ -50,7 +50,7 @@ try {
|
|
|
50
50
|
catch (e) {
|
|
51
51
|
configError = e;
|
|
52
52
|
}
|
|
53
|
-
const server = new McpServer({ name: 'infinitecampus', version: '2.3.
|
|
53
|
+
const server = new McpServer({ name: 'infinitecampus', version: '2.3.1' }); // x-release-please-version
|
|
54
54
|
if (account) {
|
|
55
55
|
const client = new ICClient(account, { preloaded });
|
|
56
56
|
registerDistrictTools(server, client);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infinitecampus-mcp",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"mcpName": "io.github.chrischall/infinitecampus-mcp",
|
|
5
5
|
"description": "Infinite Campus (Campus Parent) MCP server — multi-district read + message/document write",
|
|
6
6
|
"author": "Claude Code (AI) <https://www.anthropic.com/claude>",
|
package/server.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"url": "https://github.com/chrischall/infinitecampus-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "2.3.
|
|
9
|
+
"version": "2.3.1",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "infinitecampus-mcp",
|
|
14
|
-
"version": "2.3.
|
|
14
|
+
"version": "2.3.1",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|