Skip to content

Commit f54186c

Browse files
refactor: simplify RIS/PerfMon tools, remove stale tests and changelog
1 parent 5f3377b commit f54186c

24 files changed

Lines changed: 123 additions & 2730 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,5 @@ jobs:
2020
- name: Install dependencies
2121
run: yarn install
2222
- run: yarn typecheck
23-
- run: yarn vitest run --coverage
24-
- name: Upload coverage to Codecov
25-
if: always()
26-
uses: codecov/codecov-action@v5
27-
with:
28-
token: ${{ secrets.CODECOV_TOKEN }}
23+
- run: yarn vitest run
2924
- run: yarn build

CHANGELOG.md

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,3 @@
1-
# [1.4.0](https://github.com/calltelemetry/cisco-ris-mcp/compare/v1.3.0...v1.4.0) (2026-03-18)
2-
3-
4-
### Features
5-
6-
* Unicode sparkline charts in counter_monitor stats ([3a03497](https://github.com/calltelemetry/cisco-ris-mcp/commit/3a03497b89f933e274b6e590ca3302351b6445db))
7-
8-
# [1.3.0](https://github.com/calltelemetry/cisco-ris-mcp/compare/v1.2.0...v1.3.0) (2026-03-18)
9-
10-
11-
### Features
12-
13-
* comprehensive tests (20 cases), README with full device fields ([d7d564f](https://github.com/calltelemetry/cisco-ris-mcp/commit/d7d564fbb1b2e4fabd40e12b2179d4c3a718b94a))
14-
15-
# [1.2.0](https://github.com/calltelemetry/cisco-ris-mcp/compare/v1.1.5...v1.2.0) (2026-03-18)
16-
17-
18-
### Features
19-
20-
* parse all RIS device fields from CUCM SOAP response ([4f27034](https://github.com/calltelemetry/cisco-ris-mcp/commit/4f27034a252203f3cfe8c8c6f8fb9a759be6adc9))
21-
22-
## [1.1.5](https://github.com/calltelemetry/cisco-ris-mcp/compare/v1.1.4...v1.1.5) (2026-03-18)
23-
24-
25-
### Bug Fixes
26-
27-
* graceful CTI empty state, expanded README use cases ([e62f146](https://github.com/calltelemetry/cisco-ris-mcp/commit/e62f146ec35b312a690979745c4c8cd267f90348))
28-
29-
## [1.1.4](https://github.com/calltelemetry/cisco-ris-mcp/compare/v1.1.3...v1.1.4) (2026-03-18)
30-
31-
32-
### Bug Fixes
33-
34-
* retain completed monitors for 30min, update README with live test results ([870b029](https://github.com/calltelemetry/cisco-ris-mcp/commit/870b029f250b446172cc74099a30a8969c566841))
35-
36-
## [1.1.3](https://github.com/calltelemetry/cisco-ris-mcp/compare/v1.1.2...v1.1.3) (2026-03-18)
37-
38-
39-
### Bug Fixes
40-
41-
* counter_monitor_results/stop no longer require credentials ([efb768b](https://github.com/calltelemetry/cisco-ris-mcp/commit/efb768b600e07254552e025b2911e05f2f2a51b4))
42-
43-
## [1.1.2](https://github.com/calltelemetry/cisco-ris-mcp/compare/v1.1.1...v1.1.2) (2026-03-18)
44-
45-
46-
### Bug Fixes
47-
48-
* replace UnregisteredPhoneCount with PartiallyRegisteredPhone in registration preset ([7d0af91](https://github.com/calltelemetry/cisco-ris-mcp/commit/7d0af91b4c7f23bc665fc1ee2325ac63861653f1))
49-
50-
## [1.1.1](https://github.com/calltelemetry/cisco-ris-mcp/compare/v1.1.0...v1.1.1) (2026-03-18)
51-
52-
53-
### Bug Fixes
54-
55-
* match counter names by suffix for preset filtering ([ae2257d](https://github.com/calltelemetry/cisco-ris-mcp/commit/ae2257d7a4c1dc76cf35fcefad92f9caade13f5e))
56-
57-
# [1.1.0](https://github.com/calltelemetry/cisco-ris-mcp/compare/v1.0.0...v1.1.0) (2026-03-18)
58-
59-
60-
### Features
61-
62-
* fall back to CUCM_DIME_* env vars for credential resolution ([8daea1f](https://github.com/calltelemetry/cisco-ris-mcp/commit/8daea1fee03e78f1fba6eeeef5fb149047be4b74))
63-
641
# 1.0.0 (2026-03-18)
652

663

0 commit comments

Comments
 (0)