Commit Graph

16 Commits

Author SHA1 Message Date
dependabot[bot]
b1e0af55d8 chore(deps)(deps-dev): Bump isort from 5.13.2 to 6.0.1
Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 6.0.1.
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1)

---
updated-dependencies:
- dependency-name: isort
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-24 23:15:23 +00:00
dependabot[bot]
6a740ca37a chore(deps)(deps-dev): Bump pytest from 7.4.4 to 8.3.5 (#10)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.3.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 8.3.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-25 00:13:57 +01:00
dependabot[bot]
e0e09bfa6d chore(deps)(deps): Bump splunk-sdk from 1.7.4 to 2.1.0 (#9)
Bumps [splunk-sdk](https://github.com/splunk/splunk-sdk-python) from 1.7.4 to 2.1.0.
- [Release notes](https://github.com/splunk/splunk-sdk-python/releases)
- [Changelog](https://github.com/splunk/splunk-sdk-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/splunk/splunk-sdk-python/compare/1.7.4...2.1.0)

---
updated-dependencies:
- dependency-name: splunk-sdk
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-25 00:02:40 +01:00
livehybrid
3f172c56a6 Add Dependabot 2025-04-24 23:56:25 +01:00
livehybrid
0ee33bd59f Add license info 2025-04-24 23:54:29 +01:00
Amirul Alif
3bb7270d0c fix: Change mcp template configuration for claude desktop (#5) 2025-04-10 20:02:57 +01:00
livehybrid
8bb6d9f4fd Additional testing, setup and docs (#3)
* feat(api): Add OpenAPI/Swagger documentation for MCP tools

- Add Swagger UI and ReDoc documentation endpoints

- Document MCP tools as operations under a single /execute endpoint

- Add proper parameter schemas and response types for each tool

- Group endpoints by MCP Core and MCP Tools tags

- Include tool descriptions and parameters in OpenAPI schema

- Add proper error responses and validation schemas

* feat(api): Add Splunk MCP tool documentation

- Implement OpenAPI/Swagger documentation for MCP tools

- Add documentation endpoints (/docs, /redoc)

- Create unified schema for tool operations

- Add parameter validation and response types

- Group endpoints by Core and Tools categories

- Document SSE and message endpoints
2025-03-25 16:52:34 +00:00
livehybrid
c872f0088b Merge pull request #1 from cschmidt0121/main
feat: Add non-poetry workflow support and improve index handling

- Add [project] section to pyproject.toml for non-poetry workflows
- Rework list_indexes functionality
- Fix time field names (minTime/maxTime)
- Add tool for pulling indexes and sourcetypes
2025-03-22 12:55:47 +00:00
Cameron Schmidt
8f5d4f7d08 It's minTime/maxTime not earliestTime/latestTime 2025-03-21 22:52:15 -04:00
Cameron Schmidt
346f8e383e Add tool for pulling indexes and sourcetypes 2025-03-21 20:52:24 -04:00
Cameron Schmidt
2b7b0104c2 Rework list_indexes to instead return metadata for a single index, because it's better to list indexes with a search 2025-03-21 19:57:40 -04:00
Cameron Schmidt
1b33c045e9 Remove some unnecessary/uncertain settings 2025-03-21 16:02:20 -04:00
Cameron Schmidt
0dc0390d6c Add [project] section to pyproject to support non-poetry workflows 2025-03-21 10:17:20 -04:00
livehybrid
18b90d35d1 docs: Add Claude Desktop configuration instructions 2025-03-11 09:57:59 +00:00
livehybrid
47342a04c7 feat: Enhanced SSL debugging and updated documentation 2025-03-11 09:54:55 +00:00
livehybrid
4b31590042 Initial commit: Splunk MCP Tool with Docker support, tests, and documentation 2025-02-22 12:00:00 +00:00