Hey all, I've been playing around with Koog and I'...
# koog-agentic-framework
a
Hey all, I've been playing around with Koog and I've been trying to get it hooked into Atlassian's MCP server. However, I'm running into this issue. What would be the best way to supply information to koog so I can hook into their MCP server?
d
Hey @andrew! It looks like the tool descriptor parser is having problems parsing the input JSON schema of your tools. There was lots of fixes around that since version 0.2.1, which should land in the 0.3 version coming out next week. Namely, the
type
JSON attribute was expected to be a string primitive before. I am quite sure this is now fixed, as more cases are taken into account. Would you mind trying the
develop
branch in order to ensure that the fixes do work for the Atlassian MCP server?
a
I would be more than happy to, @Didier Villevalois. Are there pre-built artifacts from develop or is it something I'll need to clone and build?
d
To my knowledge, there are no nightly builds yet... 😢
a
Gotcha! Once I'm back to my laptop, I'll clone it and build it locally
❤️ 1
v
Actually, you can try using the version
0.2.1.40
together with the following:
Copy code
repositories {
        maven(url = "<https://packages.jetbrains.team/maven/p/grazi/grazie-platform-public>")
}
This maven repository is public and we publish some versions there from time to time for our internal teams.
0.2.1.40
was published from
develop
at the 1 Jul 10:20
kodee surprised 2
a
I will be trying this in an hour or so! Thank you 😊
☺️ 1
Still trying to figure it out, but the errors above disappeared
🎉 2
d
Still trying to figure it out
@andrew please do not hesitate to ask, if you need some more help!
❤️ 1
K 1